| Package | Description |
|---|---|
| com.j256.ormlite.logger |
Logging utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLoggingLog
Class which implements our Log interface by delegating to the Apache commons logging classes.
|
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 |
Slf4jLoggingLog
Class which implements our
Log interface by delegating to slf4j. |
| Modifier and Type | Method and Description |
|---|---|
Log |
LoggerFactory.LogType.createLog(String classLabel)
Create and return a Log class for this type.
|
| Constructor and Description |
|---|
Logger(Log log) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.