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
LocalLog Class which implements our Log interface so we can bypass external logging classes if they are not available.
Logger Class which wraps our Log interface and provides {} argument features like slf4j.
LoggerFactory Factory that creates Logger instances for ORMLite.
 

Enum Summary
Log.Level Level of log messages being sent.
LoggerFactory.LogType Type of internal logs supported.
 

Package com.j256.ormlite.logger Description

Logging utility classes.



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.