Uses of Enum Class
overit.geocall.util.log.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in overit.geocall.util.log
Methods in overit.geocall.util.log that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelDeprecated.Returns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.util.log with parameters of type LogLevelModifier and TypeMethodDescriptionbooleanDeprecated.voidLogChannel.message(LogLevel level, LogMessage msg, Throwable t) Deprecated.useLogChannel.message(Level, LogMessage, Throwable)instead.voidDeprecated.useLogChannel.out(String, Level, String, Throwable)instead.voidDeprecated.useLogChannel.out(Level, String)instead.voidDeprecated.useLogChannel.out(Level, String, Throwable)instead.voidDeprecated.useLogChannel.out(Level, Throwable)instead.
LogChannel.isEnabled(Level)instead.