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 CommonsLoggingLog
          Class which implements our Log interface by delegating to the Apache commons logging classes via reflection.
 class JavaUtilLog
          Class which logs to java.util.log.
 class LocalLog
          Class which implements our Log interface so we can bypass external logging classes if they are not available.
 class Log4jLog
          Class which implements our Log interface by delegating to Apache Log4j via reflection.
 

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



Copyright © 2011. All Rights Reserved.