Uses of Enum Class
org.nanonative.nano.helper.logger.model.LogLevel
Packages that use LogLevel
Package
Description
-
Uses of LogLevel in org.nanonative.nano.core
Methods in org.nanonative.nano.core with parameters of type LogLevelModifier and TypeMethodDescriptionprotected TNanoBase.setLogLevel(LogLevel level) Sets the logging level for the NanoBase instance. -
Uses of LogLevel in org.nanonative.nano.core.model
Methods in org.nanonative.nano.core.model that return LogLevel -
Uses of LogLevel in org.nanonative.nano.helper.logger.logic
Fields in org.nanonative.nano.helper.logger.logic with type parameters of type LogLevelMethods in org.nanonative.nano.helper.logger.logic that return LogLevelMethods in org.nanonative.nano.helper.logger.logic with parameters of type LogLevel -
Uses of LogLevel in org.nanonative.nano.helper.logger.model
Methods in org.nanonative.nano.helper.logger.model that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.nanoLogLevelOf(String level) static LogLevelLogLevel.nanoLogLevelOf(Level level) static LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.