Class Util

java.lang.Object
org.slf4j.helpers.Util

public final class Util extends Object
An internal utility class.
Author:
Alexander Dorokhine, Ceki Gülcü
  • Method Details

    • safeGetSystemProperty

      public static String safeGetSystemProperty(String key)
    • safeGetBooleanSystemProperty

      public static boolean safeGetBooleanSystemProperty(String key)
    • getCallingClass

      public static Class<?> getCallingClass()
      Returns the name of the class which called the invoking method.
      Returns:
      the name of the class which called the invoking method.
    • report

      public static final void report(String msg, Throwable t)
    • report

      public static final void report(String msg)