Uses of Class
org.restheart.mongodb.utils.LogUtils.Level
-
Packages that use LogUtils.Level Package Description org.restheart.mongodb.utils Utility classes -
-
Uses of LogUtils.Level in org.restheart.mongodb.utils
Methods in org.restheart.mongodb.utils that return LogUtils.Level Modifier and Type Method Description static LogUtils.LevelLogUtils.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static LogUtils.Level[]LogUtils.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restheart.mongodb.utils with parameters of type LogUtils.Level Modifier and Type Method Description static 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)
-