Package com.avoka.core.util
Class LoggerUtils
- java.lang.Object
-
- com.avoka.core.util.LoggerUtils
-
public class LoggerUtils extends Object
Provides logger utilities.
-
-
Constructor Summary
Constructors Constructor Description LoggerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.slf4j.Logger
getLogger(Object object)
Return the Logger for the specified object.static void
logWarning(Object object, String message)
Log a warning message for the specified object.
-
-
-
Method Detail
-
getLogger
public static org.slf4j.Logger getLogger(Object object)
Return the Logger for the specified object.- Parameters:
object
- the specified object- Returns:
- the Logger for the specified object
-
-