Constructor and Description |
---|
Log4j2LoggerImpl(org.apache.logging.log4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String s) |
void |
error(String s) |
void |
error(String s,
Throwable e) |
boolean |
isDebugEnabled() |
boolean |
isTraceEnabled() |
void |
trace(String s) |
void |
warn(String s) |
public boolean isDebugEnabled()
isDebugEnabled
in interface Log
public boolean isTraceEnabled()
isTraceEnabled
in interface Log
Copyright © 2009–2021 MyBatis.org. All rights reserved.