Class LoggerUtils

java.lang.Object
com.avoka.core.util.LoggerUtils

public class LoggerUtils extends Object
Provides logger utilities.
  • Constructor Details

    • LoggerUtils

      public LoggerUtils()
  • Method Details

    • 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
    • logWarning

      public static void logWarning(Object object, String message)
      Log a warning message for the specified object.
      Parameters:
      object - the specified object
      message - the message