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
AndroidLog Implementation of our logger which delegates to the internal Android logger via reflection.
CommonsLoggingLog Class which implements our Log interface by delegating to the Apache commons logging classes via reflection.
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
LocalLog.Level Our log levels.
 

Package com.j256.ormlite.logger Description

Logging utility classes.



Copyright © 2010. All Rights Reserved.