Package org.restheart.utils
Class LogUtils
java.lang.Object
org.restheart.utils.LogUtils
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidboxedError(org.slf4j.Logger LOGGER, String... rows) static voidstatic voidboxedMessage(org.slf4j.Logger LOGGER, LogUtils.Level level, org.fusesource.jansi.Ansi.Color firstRowColor, org.fusesource.jansi.Ansi.Color rowsColor, String... rows) static voidstatic voidlog(org.slf4j.Logger logger, LogUtils.Level level, String format, Object... argArray)
-
Constructor Details
-
LogUtils
public LogUtils()
-
-
Method Details
-
log
public static void log(org.slf4j.Logger logger, LogUtils.Level level, String format, Object... argArray) -
boxedError
-
boxedWarn
-
boxedInfo
-
boxedMessage
public static void boxedMessage(org.slf4j.Logger LOGGER, LogUtils.Level level, org.fusesource.jansi.Ansi.Color firstRowColor, org.fusesource.jansi.Ansi.Color rowsColor, String... rows)
-