Class ULog

java.lang.Object
org.eclnt.util.log.ULog

public class ULog extends Object
Central instance for logging on util level.
  • Field Details

    • LL_ERR

      public static final Level LL_ERR
    • LL_WAR

      public static final Level LL_WAR
    • LL_INF

      public static final Level LL_INF
    • LL_DBG

      public static final Level LL_DBG
  • Constructor Details

    • ULog

      public ULog()
  • Method Details

    • initializeLogger

      public static void initializeLogger(Logger l)
    • logDBG

      public static void logDBG(String s)
    • logINF

      public static void logINF(String s)
    • logWAR

      public static void logWAR(String s)
    • logERR

      public static void logERR(String s)
    • logDBG

      public static void logDBG(String s, Throwable t)
    • logINF

      public static void logINF(String s, Throwable t)
    • logWAR

      public static void logWAR(String s, Throwable t)
    • logERR

      public static void logERR(String s, Throwable t)