Package com.j256.ormlite.logger

Logging utility classes.

See:
          Description

Interface Summary
Log Interface so we can front various log code which may or may not be in the classpath.
 

Class Summary
CommonsLoggingLog Class which implements our Log interface by delegating to the Apache commons logging classes via reflection.
JavaUtilLog Class which logs to java.util.log.
LocalLog Class which implements our Log interface so we can bypass external logging classes if they are not available.
Log4jLog Class which implements our Log interface by delegating to Apache Log4j via reflection.
Logger Class which wraps our Log interface and provides {} argument features like slf4j.
LoggerFactory Factory that creates Logger instances.
 

Enum Summary
Log.Level Level of log messages being sent.
 

Package com.j256.ormlite.logger Description

Logging utility classes.



Copyright © 2011. All Rights Reserved.