Class LogLog

java.lang.Object
com.alipay.sofa.common.log.LogLog

public class LogLog extends Object
This class used to output log statements from within the sofa-common-tools package.

And also it is used to output log statements to console appender.

Since:
1.0.15
Author:
qilong.zql
  • Constructor Details

    • LogLog

      public LogLog()
  • Method Details

    • setConsoleLevel

      public static void setConsoleLevel(String level)
    • debug

      public static void debug(String msg)
    • info

      public static void info(String msg)
    • warn

      public static void warn(String msg)
    • warn

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

      public static void error(String msg, Throwable throwable)