public class FasterJDKLogger extends FastestJDKLogger
| Constructor and Description |
|---|
FasterJDKLogger(Class c)
Creates a logger.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
log(Level l,
String f,
Object... a) |
protected void |
log(Level l,
String m,
Throwable t) |
debug, debug, debug, error, error, error, getClassName, getLogger, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarningEnabled, trace, trace, trace, warning, warning, warningpublic FasterJDKLogger(Class c)
c - the class to use for naming this logger.protected void log(Level l, String m, Throwable t)
log in class FastestJDKLoggerprotected void log(Level l, String f, Object... a)
log in class FastestJDKLogger