|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.share.error.BaseErrorLog | +--oracle.cabo.share.error.ServletErrorLog
Implementation of ErrorLog that sends errors to a servlet log.
Fields inherited from interface oracle.cabo.share.error.ErrorLog |
VERBOSITY_DEBUG, VERBOSITY_ERROR, VERBOSITY_INFO, VERBOSITY_NONE, VERBOSITY_WARNING |
Constructor Summary | |
ServletErrorLog(javax.servlet.ServletContext context)
Creates a ServletErrorLog. |
Method Summary | |
static ErrorLog |
createErrorLog(javax.servlet.ServletContext context)
Creates an ErrorLog, accounting for application configuration in setting up the log. |
protected void |
outputError(java.lang.Throwable t)
Outputs the throwable to the servlet log. |
protected void |
outputText(java.lang.String message)
Outputs text to the servlet log. |
Methods inherited from class oracle.cabo.share.error.BaseErrorLog |
canIgnore, getLoggedErrors, getVerbosityLevel, isErrorPresent, log, logError, logMessage, matchesVerbosity, setVerbosityLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletErrorLog(javax.servlet.ServletContext context)
Method Detail |
public static ErrorLog createErrorLog(javax.servlet.ServletContext context)
protected void outputText(java.lang.String message)
outputText
in class BaseErrorLog
protected void outputError(java.lang.Throwable t)
outputError
in class BaseErrorLog
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |