public class ApacheLogUtilities extends LogUtilities implements org.apache.commons.logging.Log
copyLogClass, initialized, lastNamedLogFacility, LOG_ERROR, logLevel
staf
Constructor and Description |
---|
ApacheLogUtilities()
super()
|
ApacheLogUtilities(STAFHelper helper)
super(helper)
|
ApacheLogUtilities(STAFHelper helper,
boolean copyLogClass)
super(helper, copyLogClass)
|
ApacheLogUtilities(java.lang.String logname)
Satisfies the org.apache.commons.logging.Log Interface requirements.
|
ApacheLogUtilities(java.lang.String logname,
java.lang.String logFac)
Create a LogUtilities with the a log facility, so that it can be used as a SAFS Log.
|
Modifier and Type | Method and Description |
---|---|
void |
debug(java.lang.Object message) |
void |
debug(java.lang.Object message,
java.lang.Throwable t) |
void |
error(java.lang.Object message) |
void |
error(java.lang.Object message,
java.lang.Throwable t) |
void |
fatal(java.lang.Object message) |
void |
fatal(java.lang.Object message,
java.lang.Throwable t) |
void |
info(java.lang.Object message) |
void |
info(java.lang.Object message,
java.lang.Throwable t) |
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 t) |
void |
warn(java.lang.Object message) |
void |
warn(java.lang.Object message,
java.lang.Throwable t) |
checkInitialized, closeLogFacility, consoleLog, getCopyLogClass, getLastNamedLogFacility, initLogFacility, initLogFacility, initLogFacility, logMessage, logMessage, logMessage, logMessage, logMessage, main, sendLogClassMessage, setCopyLogClass, setLastNamedLogFacility, toolLog
getSTAFHelper, setSTAFHelper
public ApacheLogUtilities()
public ApacheLogUtilities(java.lang.String logname)
super()
public ApacheLogUtilities(java.lang.String logname, java.lang.String logFac)
this(logname)
public ApacheLogUtilities(STAFHelper helper)
public ApacheLogUtilities(STAFHelper helper, boolean copyLogClass)
public void debug(java.lang.Object message)
debug
in interface org.apache.commons.logging.Log
public void debug(java.lang.Object message, java.lang.Throwable t)
debug
in interface org.apache.commons.logging.Log
public void error(java.lang.Object message)
error
in interface org.apache.commons.logging.Log
public void error(java.lang.Object message, java.lang.Throwable t)
error
in interface org.apache.commons.logging.Log
public void fatal(java.lang.Object message)
fatal
in interface org.apache.commons.logging.Log
public void fatal(java.lang.Object message, java.lang.Throwable t)
fatal
in interface org.apache.commons.logging.Log
public void info(java.lang.Object message)
info
in interface org.apache.commons.logging.Log
public void info(java.lang.Object message, java.lang.Throwable t)
info
in interface org.apache.commons.logging.Log
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.commons.logging.Log
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.commons.logging.Log
public boolean isFatalEnabled()
isFatalEnabled
in interface org.apache.commons.logging.Log
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.commons.logging.Log
public boolean isTraceEnabled()
isTraceEnabled
in interface org.apache.commons.logging.Log
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.commons.logging.Log
public void trace(java.lang.Object message)
trace
in interface org.apache.commons.logging.Log
public void trace(java.lang.Object message, java.lang.Throwable t)
trace
in interface org.apache.commons.logging.Log
public void warn(java.lang.Object message)
warn
in interface org.apache.commons.logging.Log
public void warn(java.lang.Object message, java.lang.Throwable t)
warn
in interface org.apache.commons.logging.Log
Copyright © SAS Institute. All Rights Reserved.