public class CommonsLoggingLog extends Object implements com.j256.ormlite.logger.Log
Log interface by delegating to the Apache commons logging
classes.| Constructor and Description |
|---|
CommonsLoggingLog(String className) |
public CommonsLoggingLog(String className)
public boolean isLevelEnabled(com.j256.ormlite.logger.Log.Level level)
isLevelEnabled in interface com.j256.ormlite.logger.Logpublic void log(com.j256.ormlite.logger.Log.Level level,
String msg)
log in interface com.j256.ormlite.logger.LogThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.