Uses of Interface
com.j256.ormlite.logger.Log

Packages that use Log
com.j256.ormlite.logger Logging utility classes. 
 

Uses of Log in com.j256.ormlite.logger
 

Classes in com.j256.ormlite.logger that implement Log
 class LocalLog
          Class which implements our Log interface so we can bypass external logging classes if they are not available.
 

Methods in com.j256.ormlite.logger that return Log
 Log LoggerFactory.LogType.createLog(String classLabel)
          Create and return a Log class for this type.
 

Constructors in com.j256.ormlite.logger with parameters of type Log
Logger(Log log)
           
 



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