Enabled() methods return true. Of course, ideally
there is no one out there who actually created their own
RuntimeLogger instance to use with UberspectLoggable.setRuntimeLogger()
and this class will therefore never be used. But it's here just in case.
- Version:
- $Id: RuntimeLoggerLog.java 292969 2005-10-01 12:20:09Z henning $
- Author:
- Nathan Bubna
|
Method Summary |
void |
debug(Object message)
Deprecated. Log a debug message. |
void |
debug(Object message,
Throwable t)
Deprecated. Log a debug message and accompanying Throwable. |
void |
error(Object message)
Deprecated. Log an error message. |
void |
error(Object message,
Throwable t)
Deprecated. Log an error message and accompanying Throwable. |
protected LogChute |
getLogChute()
Deprecated. Returns the LogChute wrapped by this Log instance. |
boolean |
getShowStackTraces()
Deprecated. |
void |
info(Object message)
Deprecated. Log an info message. |
void |
info(Object message,
Throwable t)
Deprecated. Log an info message and accompanying Throwable. |
boolean |
isDebugEnabled()
Deprecated. Returns true if debug level messages will be printed by the LogChute. |
boolean |
isErrorEnabled()
Deprecated. Returns true if error level messages will be printed by the LogChute. |
boolean |
isInfoEnabled()
Deprecated. Returns true if info level messages will be printed by the LogChute. |
boolean |
isTraceEnabled()
Deprecated. Returns true. |
boolean |
isWarnEnabled()
Deprecated. Returns true if warn level messages will be printed by the LogChute. |
protected void |
setLogChute(LogChute newLogChute)
Deprecated. Updates the LogChute wrapped by this Log instance. |
protected void |
setShowStackTraces(boolean showStacks)
Deprecated. |
void |
trace(Object message)
Deprecated. Log a trace message. |
void |
trace(Object message,
Throwable t)
Deprecated. Log a trace message and accompanying Throwable. |
void |
warn(Object message)
Deprecated. Log a warning message. |
void |
warn(Object message,
Throwable t)
Deprecated. Log a warning message and accompanying Throwable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeLoggerLog
public RuntimeLoggerLog(RuntimeLogger rlog)
- Deprecated.
- Creates a new Log that wraps a PrimordialLogChute.
setLogChute
protected void setLogChute(LogChute newLogChute)
- Deprecated.
- Description copied from class:
Log
- Updates the LogChute wrapped by this Log instance.
- Overrides:
setLogChute in class Log
getLogChute
protected LogChute getLogChute()
- Deprecated.
- Description copied from class:
Log
- Returns the LogChute wrapped by this Log instance.
- Overrides:
getLogChute in class Log
setShowStackTraces
protected void setShowStackTraces(boolean showStacks)
- Deprecated.
getShowStackTraces
public boolean getShowStackTraces()
- Deprecated.
isTraceEnabled
public boolean isTraceEnabled()
- Deprecated.
- Returns true.
- Overrides:
isTraceEnabled in class Log
trace
public void trace(Object message)
- Deprecated.
- Description copied from class:
Log
- Log a trace message.
- Overrides:
trace in class Log
trace
public void trace(Object message,
Throwable t)
- Deprecated.
- Description copied from class:
Log
- Log a trace message and accompanying Throwable.
- Overrides:
trace in class Log
isDebugEnabled
public boolean isDebugEnabled()
- Deprecated.
- Description copied from class:
Log
- Returns true if debug level messages will be printed by the LogChute.
- Overrides:
isDebugEnabled in class Log
debug
public void debug(Object message)
- Deprecated.
- Description copied from class:
Log
- Log a debug message.
- Overrides:
debug in class Log
debug
public void debug(Object message,
Throwable t)
- Deprecated.
- Description copied from class:
Log
- Log a debug message and accompanying Throwable.
- Overrides:
debug in class Log
isInfoEnabled
public boolean isInfoEnabled()
- Deprecated.
- Description copied from class:
Log
- Returns true if info level messages will be printed by the LogChute.
- Overrides:
isInfoEnabled in class Log
info
public void info(Object message)
- Deprecated.
- Description copied from class:
Log
- Log an info message.
- Overrides:
info in class Log
info
public void info(Object message,
Throwable t)
- Deprecated.
- Description copied from class:
Log
- Log an info message and accompanying Throwable.
- Overrides:
info in class Log
isWarnEnabled
public boolean isWarnEnabled()
- Deprecated.
- Description copied from class:
Log
- Returns true if warn level messages will be printed by the LogChute.
- Overrides:
isWarnEnabled in class Log
warn
public void warn(Object message)
- Deprecated.
- Description copied from class:
Log
- Log a warning message.
- Overrides:
warn in class Log
warn
public void warn(Object message,
Throwable t)
- Deprecated.
- Description copied from class:
Log
- Log a warning message and accompanying Throwable.
- Overrides:
warn in class Log
isErrorEnabled
public boolean isErrorEnabled()
- Deprecated.
- Description copied from class:
Log
- Returns true if error level messages will be printed by the LogChute.
- Overrides:
isErrorEnabled in class Log
error
public void error(Object message)
- Deprecated.
- Description copied from class:
Log
- Log an error message.
- Overrides:
error in class Log
error
public void error(Object message,
Throwable t)
- Deprecated.
- Description copied from class:
Log
- Log an error message and accompanying Throwable.
- Overrides:
error in class Log
Copyright ? 2000-2007 Apache Software Foundation. All Rights Reserved.