public class EmptyLog extends Object implements Log
EmptyLog(Class<?> clazz)
void
debug(String msg)
error(String msg)
error(String msg, Throwable t)
info(String msg)
warn(String msg)
warn(String msg, Throwable t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmptyLog(Class<?> clazz)
public void info(String msg)
info
Log
public void warn(String msg)
warn
public void warn(String msg, Throwable t)
public void error(String msg)
error
public void error(String msg, Throwable t)
public void debug(String msg)
debug
Copyright © 2022. All rights reserved.