public final class TinylogLog extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
TinylogLog(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object message) |
void |
debug(Object message,
Throwable exception) |
void |
error(Object message) |
void |
error(Object message,
Throwable exception) |
void |
fatal(Object message) |
void |
fatal(Object message,
Throwable exception) |
void |
info(Object message) |
void |
info(Object message,
Throwable exception) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object message) |
void |
trace(Object message,
Throwable exception) |
void |
warn(Object message) |
void |
warn(Object message,
Throwable exception) |
public TinylogLog(String name)
name - Name of logger (will be ignored)public boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic void trace(Object message)
trace in interface org.apache.commons.logging.Logpublic void trace(Object message, Throwable exception)
trace in interface org.apache.commons.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic void debug(Object message)
debug in interface org.apache.commons.logging.Logpublic void debug(Object message, Throwable exception)
debug in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic void info(Object message)
info in interface org.apache.commons.logging.Logpublic void info(Object message, Throwable exception)
info in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void warn(Object message)
warn in interface org.apache.commons.logging.Logpublic void warn(Object message, Throwable exception)
warn in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic void error(Object message)
error in interface org.apache.commons.logging.Logpublic void error(Object message, Throwable exception)
error in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic void fatal(Object message)
fatal in interface org.apache.commons.logging.LogCopyright © 2017. All rights reserved.