public class LogLog extends Object
And also it is used to output log statements to console appender.
LogLog()
static void
debug(String msg)
error(String msg, Throwable throwable)
info(String msg)
setConsoleLevel(String level)
warn(String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogLog()
public static void setConsoleLevel(String level)
public static void debug(String msg)
public static void info(String msg)
public static void warn(String msg)
public static void error(String msg, Throwable throwable)
Copyright © 2019. All rights reserved.