| 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. |