public class Log4j2LoggerImpl extends Object implements Log
Log4j2LoggerImpl(org.apache.logging.log4j.Logger logger)
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 Log4j2LoggerImpl(org.apache.logging.log4j.Logger logger)
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.