Uses of Enum Class
org.nanonative.nano.services.logging.model.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in org.nanonative.nano.core.model
Methods in org.nanonative.nano.core.model with parameters of type LogLevelModifier and TypeMethodDescriptionLogs a message with the specified log level.Logs a message with the specified log level. -
Uses of LogLevel in org.nanonative.nano.services.logging.model
Methods in org.nanonative.nano.services.logging.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.