public class NoLoggingImpl extends Object implements Log
NoLoggingImpl(String clazz)
void
debug(String s)
debug(String s, Throwable e)
error(String s)
error(String s, Throwable e)
error(Throwable e)
info(String msg)
boolean
isDebugEnabled()
isTraceEnabled()
trace(String s)
warn(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NoLoggingImpl(String clazz)
public boolean isDebugEnabled()
isDebugEnabled
Log
public boolean isTraceEnabled()
isTraceEnabled
public void error(String s, Throwable e)
error
public void error(String s)
public void error(Throwable e)
public void debug(String s)
debug
public void debug(String s, Throwable e)
public void trace(String s)
trace
public void warn(String s)
warn
public void info(String msg)
info
Copyright © 2019. All rights reserved.