org.apache.commons.logging.Logpublic final class TinylogLog
extends java.lang.Object
implements org.apache.commons.logging.Log
LoggingProvider.| Modifier and Type | Method | Description |
|---|---|---|
void |
debug(java.lang.Object message) |
|
void |
debug(java.lang.Object message,
java.lang.Throwable exception) |
|
void |
error(java.lang.Object message) |
|
void |
error(java.lang.Object message,
java.lang.Throwable exception) |
|
void |
fatal(java.lang.Object message) |
|
void |
fatal(java.lang.Object message,
java.lang.Throwable exception) |
|
void |
info(java.lang.Object message) |
|
void |
info(java.lang.Object message,
java.lang.Throwable exception) |
|
boolean |
isDebugEnabled() |
|
boolean |
isErrorEnabled() |
|
boolean |
isFatalEnabled() |
|
boolean |
isInfoEnabled() |
|
boolean |
isTraceEnabled() |
|
boolean |
isWarnEnabled() |
|
void |
trace(java.lang.Object message) |
|
void |
trace(java.lang.Object message,
java.lang.Throwable exception) |
|
void |
warn(java.lang.Object message) |
|
void |
warn(java.lang.Object message,
java.lang.Throwable exception) |
public boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic void trace(java.lang.Object message)
trace in interface org.apache.commons.logging.Logpublic void trace(java.lang.Object message,
java.lang.Throwable exception)
trace in interface org.apache.commons.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic void debug(java.lang.Object message)
debug in interface org.apache.commons.logging.Logpublic void debug(java.lang.Object message,
java.lang.Throwable exception)
debug in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic void info(java.lang.Object message)
info in interface org.apache.commons.logging.Logpublic void info(java.lang.Object message,
java.lang.Throwable exception)
info in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void warn(java.lang.Object message)
warn in interface org.apache.commons.logging.Logpublic void warn(java.lang.Object message,
java.lang.Throwable exception)
warn in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic void error(java.lang.Object message)
error in interface org.apache.commons.logging.Logpublic void error(java.lang.Object message,
java.lang.Throwable exception)
error in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic void fatal(java.lang.Object message)
fatal in interface org.apache.commons.logging.Logpublic void fatal(java.lang.Object message,
java.lang.Throwable exception)
fatal in interface org.apache.commons.logging.LogCopyright © 2021. All rights reserved.