|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorReporter | |
---|---|
org.inspektr.error | |
org.inspektr.error.support |
Uses of ErrorReporter in org.inspektr.error |
---|
Methods in org.inspektr.error that return types with arguments of type ErrorReporter | |
---|---|
List<ErrorReporter> |
ErrorLogManager.getErrorReporters()
Returns the list of ErrorReporter associated with this manager. |
Uses of ErrorReporter in org.inspektr.error.support |
---|
Classes in org.inspektr.error.support that implement ErrorReporter | |
---|---|
class |
CommonsLoggingErrorReporter
An ErrorReporter implementation that logs errors to a configured
log4j Appender . |
Methods in org.inspektr.error.support that return types with arguments of type ErrorReporter | |
---|---|
List<ErrorReporter> |
DefaultErrorLogManager.getErrorReporters()
|
Constructor parameters in org.inspektr.error.support with type arguments of type ErrorReporter | |
---|---|
DefaultErrorLogManager(String applicationCode,
List<ErrorReporter> errorReporters)
Constructs a new DefaultErrorLogManager . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |