public class Log4j2Log extends Object implements com.j256.ormlite.logger.Log
Log
interface by delegating to Apache Log4j2.Modifier and Type | Method and Description |
---|---|
boolean |
isLevelEnabled(com.j256.ormlite.logger.Log.Level level) |
void |
log(com.j256.ormlite.logger.Log.Level level,
String msg) |
void |
log(com.j256.ormlite.logger.Log.Level level,
String msg,
Throwable t) |
public Log4j2Log(String className)
public boolean isLevelEnabled(com.j256.ormlite.logger.Log.Level level)
isLevelEnabled
in interface com.j256.ormlite.logger.Log
public void log(com.j256.ormlite.logger.Log.Level level, String msg)
log
in interface com.j256.ormlite.logger.Log
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.