类 LogLog

java.lang.Object
com.alibaba.ageiport.common.logger.LogLog

public class LogLog extends Object
Log's logger
作者:
lingyi
  • 字段详细资料

    • debugEnabled

      protected static boolean debugEnabled
    • infoEnabled

      protected static boolean infoEnabled
  • 构造器详细资料

    • LogLog

      public LogLog()
  • 方法详细资料

    • setQuietMode

      public static void setQuietMode(boolean quietMode)
    • setInternalDebugging

      public static void setInternalDebugging(boolean enabled)
    • setInternalInfoing

      public static void setInternalInfoing(boolean enabled)
    • debug

      public static void debug(String msg)
    • debug

      public static void debug(String msg, Throwable t)
    • info

      public static void info(String msg)
    • info

      public static void info(String msg, Throwable t)
    • error

      public static void error(String msg)
    • error

      public static void error(String msg, Throwable t)
    • warn

      public static void warn(String msg)
    • warn

      public static void warn(String msg, Throwable t)