public class RuntimeLoggerLog extends Log
| 构造器和说明 |
|---|
RuntimeLoggerLog(RuntimeLogger rlog)
已过时。
Creates a new Log that wraps a PrimordialLogChute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(java.lang.Object message)
已过时。
Log a debug message.
|
void |
debug(java.lang.Object message,
java.lang.Throwable t)
已过时。
Log a debug message and accompanying Throwable.
|
void |
error(java.lang.Object message)
已过时。
Log an error message.
|
void |
error(java.lang.Object message,
java.lang.Throwable t)
已过时。
Log an error message and accompanying Throwable.
|
protected LogChute |
getLogChute()
已过时。
Returns the LogChute wrapped by this Log instance.
|
boolean |
getShowStackTraces()
已过时。
|
void |
info(java.lang.Object message)
已过时。
Log an info message.
|
void |
info(java.lang.Object message,
java.lang.Throwable t)
已过时。
Log an info message and accompanying Throwable.
|
boolean |
isDebugEnabled()
已过时。
Returns true if debug level messages will be printed by the LogChute.
|
boolean |
isErrorEnabled()
已过时。
Returns true if error level messages will be printed by the LogChute.
|
boolean |
isInfoEnabled()
已过时。
Returns true if info level messages will be printed by the LogChute.
|
boolean |
isTraceEnabled()
已过时。
Returns true if trace level messages will be printed by the LogChute.
|
boolean |
isWarnEnabled()
已过时。
Returns true if warn level messages will be printed by the LogChute.
|
protected void |
setLogChute(LogChute newLogChute)
已过时。
Updates the LogChute wrapped by this Log instance.
|
protected void |
setShowStackTraces(boolean showStacks)
已过时。
|
void |
trace(java.lang.Object message)
已过时。
Log a trace message.
|
void |
trace(java.lang.Object message,
java.lang.Throwable t)
已过时。
Log a trace message and accompanying Throwable.
|
void |
warn(java.lang.Object message)
已过时。
Log a warning message.
|
void |
warn(java.lang.Object message,
java.lang.Throwable t)
已过时。
Log a warning message and accompanying Throwable.
|
formatFileString, formatFileString, formatFileString, formatFileString, log, logpublic RuntimeLoggerLog(RuntimeLogger rlog)
rlog - protected void setLogChute(LogChute newLogChute)
LogsetLogChute 在类中 LognewLogChute - The new value for the log chute.Log.setLogChute(bboss.org.apache.velocity.runtime.log.LogChute)protected LogChute getLogChute()
LoggetLogChute 在类中 LogLog.getLogChute()protected void setShowStackTraces(boolean showStacks)
showStacks - public boolean getShowStackTraces()
public boolean isTraceEnabled()
LogisTraceEnabled 在类中 LogLog.isTraceEnabled()public void trace(java.lang.Object message)
Logtrace 在类中 LogLog.trace(java.lang.Object)public void trace(java.lang.Object message,
java.lang.Throwable t)
Logtrace 在类中 LogLog.trace(java.lang.Object, java.lang.Throwable)public boolean isDebugEnabled()
LogisDebugEnabled 在类中 LogLog.isDebugEnabled()public void debug(java.lang.Object message)
Logdebug 在类中 LogLog.debug(java.lang.Object)public void debug(java.lang.Object message,
java.lang.Throwable t)
Logdebug 在类中 LogLog.debug(java.lang.Object, java.lang.Throwable)public boolean isInfoEnabled()
LogisInfoEnabled 在类中 LogLog.isInfoEnabled()public void info(java.lang.Object message)
Loginfo 在类中 LogLog.info(java.lang.Object)public void info(java.lang.Object message,
java.lang.Throwable t)
Loginfo 在类中 LogLog.info(java.lang.Object, java.lang.Throwable)public boolean isWarnEnabled()
LogisWarnEnabled 在类中 LogLog.isWarnEnabled()public void warn(java.lang.Object message)
Logwarn 在类中 LogLog.warn(java.lang.Object)public void warn(java.lang.Object message,
java.lang.Throwable t)
Logwarn 在类中 LogLog.warn(java.lang.Object, java.lang.Throwable)public boolean isErrorEnabled()
LogisErrorEnabled 在类中 LogLog.isErrorEnabled()public void error(java.lang.Object message)
Logerror 在类中 LogLog.error(java.lang.Object)public void error(java.lang.Object message,
java.lang.Throwable t)
Logerror 在类中 LogLog.error(java.lang.Object, java.lang.Throwable)