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 DebugLevelMain.debugLevelHow verbose the program should be.Methods in page.codeberg.friedolyn with parameters of type DebugLevelModifier and TypeMethodDescriptionstatic voidMain.setLoggingLevel(@NonNull DebugLevel debugLevel) Updates thelogging levelof alllog4j loggersaccording to the givendebug level, whereDEBUGcorresponds toTRACE,INFOcorresponds toINFO,WARNcorresponds toWARN, andERRORcorresponds toERROR. Configures Log4J to log to the console and to alog filein thelogs directoryrelative to thedefault root directory.static voidMain.setLoggingLevel(@NonNull DebugLevel debugLevel, @NonNull Path logFilePath) Updates thelogging levelof alllog4j loggersaccording to the givendebug level, whereDEBUGcorresponds toTRACE,INFOcorresponds toINFO,WARNcorresponds toWARN, andERRORcorresponds 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 DebugLevelConfiguration.debugLevelHow verbose the application should be.Methods in page.codeberg.friedolyn.configuration that return DebugLevelModifier and TypeMethodDescriptionstatic DebugLevelReturns 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 TypeMethodDescriptionvoidConfiguration.setDebugLevel(@NonNull DebugLevel debugLevel) Updates theConfiguration.debugLevelandfields with the given one.invalid reference
Main.debugLevel