public class SysOutLogger extends Object implements Logger
static Logger
instance
static String
LINE_SEPARATOR
SysOutLogger()
void
debug(String format, Object arg)
debug(String format, Object[] argArray)
warn(String format)
warn(String format, Throwable exception)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Logger instance
public static final String LINE_SEPARATOR
public SysOutLogger()
public void debug(String format, Object[] argArray)
debug
Logger
public void debug(String format, Object arg)
public void warn(String format)
warn
public void warn(String format, Throwable exception)
Copyright © 2015. All rights reserved.