|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.juli.logging.internal.JuliLogger
public class JuliLogger
| Field Summary | |
|---|---|
static java.lang.String |
JULI_FQCN
|
| Constructor Summary | |
|---|---|
JuliLogger(PaxLogger delegate)
|
|
| Method Summary | |
|---|---|
void |
debug(java.lang.Object message)
Log a message with debug log level. |
void |
debug(java.lang.Object message,
java.lang.Throwable t)
Log an error with debug log level. |
void |
error(java.lang.Object message)
Log a message with error log level. |
void |
error(java.lang.Object message,
java.lang.Throwable t)
Log an error with error log level. |
void |
fatal(java.lang.Object message)
Log a message with fatal log level. |
void |
fatal(java.lang.Object message,
java.lang.Throwable t)
Log an error with fatal log level. |
int |
getLogLevel()
|
void |
info(java.lang.Object message)
Log a message with info log level. |
void |
info(java.lang.Object message,
java.lang.Throwable t)
Log an error with info log level. |
boolean |
isDebugEnabled()
Is debug logging currently enabled? |
boolean |
isErrorEnabled()
Is error logging currently enabled? |
boolean |
isFatalEnabled()
Is fatal logging currently enabled? |
boolean |
isInfoEnabled()
Is info logging currently enabled? |
boolean |
isTraceEnabled()
Is trace logging currently enabled? |
boolean |
isWarnEnabled()
Is warn logging currently enabled? |
void |
setPaxLoggingManager(PaxLoggingManager paxLoggingManager,
java.lang.String name)
Not a public method. |
void |
trace(java.lang.Object message)
Log a message with trace log level. |
void |
trace(java.lang.Object message,
java.lang.Throwable t)
Log an error with trace log level. |
void |
warn(java.lang.Object message)
Log a message with warn log level. |
void |
warn(java.lang.Object message,
java.lang.Throwable t)
Log an error with warn log level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JULI_FQCN
| Constructor Detail |
|---|
public JuliLogger(PaxLogger delegate)
| Method Detail |
|---|
public boolean isDebugEnabled()
LogIs debug logging currently enabled?
Call this method to prevent having to perform expensive operations
(for example, String concatenation)
when the log level is more than debug.
isDebugEnabled in interface Logpublic boolean isErrorEnabled()
LogIs error logging currently enabled?
Call this method to prevent having to perform expensive operations
(for example, String concatenation)
when the log level is more than error.
isErrorEnabled in interface Logpublic boolean isFatalEnabled()
LogIs fatal logging currently enabled?
Call this method to prevent having to perform expensive operations
(for example, String concatenation)
when the log level is more than fatal.
isFatalEnabled in interface Logpublic boolean isInfoEnabled()
LogIs info logging currently enabled?
Call this method to prevent having to perform expensive operations
(for example, String concatenation)
when the log level is more than info.
isInfoEnabled in interface Logpublic boolean isTraceEnabled()
LogIs trace logging currently enabled?
Call this method to prevent having to perform expensive operations
(for example, String concatenation)
when the log level is more than trace.
isTraceEnabled in interface Logpublic boolean isWarnEnabled()
LogIs warn logging currently enabled?
Call this method to prevent having to perform expensive operations
(for example, String concatenation)
when the log level is more than warn.
isWarnEnabled in interface Logpublic void trace(java.lang.Object message)
LogLog a message with trace log level.
trace in interface Logmessage - log this message
public void trace(java.lang.Object message,
java.lang.Throwable t)
LogLog an error with trace log level.
trace in interface Logmessage - log this messaget - log this causepublic void debug(java.lang.Object message)
LogLog a message with debug log level.
debug in interface Logmessage - log this message
public void debug(java.lang.Object message,
java.lang.Throwable t)
LogLog an error with debug log level.
debug in interface Logmessage - log this messaget - log this causepublic void info(java.lang.Object message)
LogLog a message with info log level.
info in interface Logmessage - log this message
public void info(java.lang.Object message,
java.lang.Throwable t)
LogLog an error with info log level.
info in interface Logmessage - log this messaget - log this causepublic void warn(java.lang.Object message)
LogLog a message with warn log level.
warn in interface Logmessage - log this message
public void warn(java.lang.Object message,
java.lang.Throwable t)
LogLog an error with warn log level.
warn in interface Logmessage - log this messaget - log this causepublic void error(java.lang.Object message)
LogLog a message with error log level.
error in interface Logmessage - log this message
public void error(java.lang.Object message,
java.lang.Throwable t)
LogLog an error with error log level.
error in interface Logmessage - log this messaget - log this causepublic void fatal(java.lang.Object message)
LogLog a message with fatal log level.
fatal in interface Logmessage - log this message
public void fatal(java.lang.Object message,
java.lang.Throwable t)
LogLog an error with fatal log level.
fatal in interface Logmessage - log this messaget - log this causepublic int getLogLevel()
public void setPaxLoggingManager(PaxLoggingManager paxLoggingManager,
java.lang.String name)
paxLoggingManager - TODOname - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||