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 AndroidLog
          Implementation of our logger which delegates to the internal Android logger via reflection.
 class CommonsLoggingLog
          Class which implements our Log interface by delegating to the Apache commons logging classes via reflection.
 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 © 2010. All Rights Reserved.