Uses of Enum Class
org.restheart.utils.LogUtils.Level
Packages that use LogUtils.Level
-
Uses of LogUtils.Level in org.restheart.utils
Methods in org.restheart.utils that return LogUtils.LevelModifier and TypeMethodDescriptionstatic LogUtils.LevelReturns the enum constant of this class with the specified name.static LogUtils.Level[]LogUtils.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.restheart.utils with parameters of type LogUtils.LevelModifier and TypeMethodDescriptionstatic voidLogUtils.boxedMessage(org.slf4j.Logger LOGGER, LogUtils.Level level, org.fusesource.jansi.Ansi.Color firstRowColor, org.fusesource.jansi.Ansi.Color rowsColor, String... rows) static voidLogUtils.log(org.slf4j.Logger logger, LogUtils.Level level, String format, Object... argArray)