See: Description
Interface | Description |
---|---|
Log |
Log is the simplified logging interface used by the driver.
|
Class | Description |
---|---|
AbstractLog |
AbstractLog implements all of the public log method to delegate to a single
AbstractLog.doLog(Level, Throwable, String, Object...) method. |
JulLog |
JulLog is the simplified logging implementation for Java Util Logging.
|
JulLogFactory |
JulLogFactory provides factory to create
JulLog instances. |
LogFactory |
LogFactory supports the creation of the Log instances.
|
Slf4jLog |
Slf4jLog is the simplified logging implementation for SLF4J logging facade.
|
Slf4jLogFactory |
Slf4jLogFactory provides factory to create
Slf4jLog instances. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.