Uses of Enum Class
page.codeberg.friedolyn.configuration.DebugLevel
Packages that use DebugLevel
-
Uses of DebugLevel in page.codeberg.friedolyn
Fields in page.codeberg.friedolyn declared as DebugLevelModifier and TypeFieldDescriptionprivate static @NonNull DebugLevel
Main.debugLevel
How verbose the program should be.Methods in page.codeberg.friedolyn with parameters of type DebugLevelModifier and TypeMethodDescriptionstatic void
Main.setLoggingLevel
(@NonNull DebugLevel debugLevel) Updates thelogging level
of alllog4j loggers
according to the givendebug level
, whereDEBUG
corresponds toTRACE
,INFO
corresponds toINFO
,WARN
corresponds toWARN
, andERROR
corresponds toERROR
. Configures Log4J to log to the console and to alog file
in thelogs directory
relative to thedefault root directory
.static void
Main.setLoggingLevel
(@NonNull DebugLevel debugLevel, @NonNull Path logFilePath) Updates thelogging level
of alllog4j loggers
according to the givendebug level
, whereDEBUG
corresponds toTRACE
,INFO
corresponds toINFO
,WARN
corresponds toWARN
, andERROR
corresponds toERROR
. Configures Log4J to log to the console and to the file specified bylogFilePath
. -
Uses of DebugLevel in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as DebugLevelModifier and TypeFieldDescriptionprivate @NonNull DebugLevel
Configuration.debugLevel
How verbose the application should be.Methods in page.codeberg.friedolyn.configuration that return DebugLevelModifier and TypeMethodDescriptionstatic DebugLevel
Returns the enum constant of this class with the specified name.static DebugLevel[]
DebugLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.configuration with parameters of type DebugLevelModifier and TypeMethodDescriptionvoid
Configuration.setDebugLevel
(@NonNull DebugLevel debugLevel) Updates theConfiguration.debugLevel
andinvalid reference
Main.debugLevel