Uses of Enum Class
ch.autumo.commons.logging.LogBuffer.LogLevel
Packages that use LogBuffer.LogLevel
-
Uses of LogBuffer.LogLevel in ch.autumo.commons.logging
Methods in ch.autumo.commons.logging that return LogBuffer.LogLevelModifier and TypeMethodDescriptionstatic LogBuffer.LogLevelReturns the enum constant of this class with the specified name.static LogBuffer.LogLevel[]LogBuffer.LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.autumo.commons.logging with parameters of type LogBuffer.LogLevelModifier and TypeMethodDescriptionstatic voidLogBuffer.log(LogBuffer.LogLevel level, String message) Log message to log buffer.static voidLogBuffer.log(LogBuffer.LogLevel level, String message, Object... arguments) Log message to log buffer.