Uses of Enum Class
de.espirit.common.base.Logger.LogLevel
Packages that use Logger.LogLevel
-
Uses of Logger.LogLevel in de.espirit.common.base
Methods in de.espirit.common.base that return Logger.LogLevelModifier and TypeMethodDescriptionstatic Logger.LogLevelReturns the enum constant of this class with the specified name.static Logger.LogLevel[]Logger.LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Logger.LogLevel in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type Logger.LogLevelModifier and TypeMethodDescriptionvoidScriptLogListener.onLogEvent(Logger.LogLevel logLevel, @NotNull String message, @Nullable Throwable throwable) Called for log methods of levelDEBUG.