Package com.avoka.core.util
Class LoggerUtils
java.lang.Object
com.avoka.core.util.LoggerUtils
Provides logger utilities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.slf4j.Logger
Return the Logger for the specified object.static void
logWarning
(Object object, String message) Log a warning message for the specified object.
-
Constructor Details
-
LoggerUtils
public LoggerUtils()
-
-
Method Details
-
getLogger
Return the Logger for the specified object.- Parameters:
object
- the specified object- Returns:
- the Logger for the specified object
-
logWarning
Log a warning message for the specified object.- Parameters:
object
- the specified objectmessage
- the message
-