public interface Log
void
debug(String s)
debug(String s, Throwable e)
error(String msg)
error(String msg, Throwable e)
error(Throwable e)
info(String msg)
boolean
isDebugEnabled()
isTraceEnabled()
trace(String s)
warn(String msg)
boolean isDebugEnabled()
boolean isTraceEnabled()
void error(String msg, Throwable e)
void error(String msg)
void error(Throwable e)
void debug(String s)
void debug(String s, Throwable e)
void trace(String s)
void warn(String msg)
void info(String msg)
Copyright © 2019. All rights reserved.