Package org.restheart.mongodb.utils
Class LogUtils
java.lang.Object
org.restheart.mongodb.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)- Parameters:
logger-level-format-argArray-
-
boxedError
- Parameters:
LOGGER-rows-
-
boxedWarn
- Parameters:
LOGGER-rows-
-
boxedInfo
- Parameters:
LOGGER-rows-
-
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)- Parameters:
LOGGER-level-firstRowColor-rowsColor-rows-
-