public interface ErrorLogManager
ErrorReporter to record application errors.| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErrorReporter> |
getErrorReporters()
Returns the list of
ErrorReporter associated with this manager. |
void |
recordError(java.lang.String errorDescription)
Records the specified error.
|
void |
recordError(java.lang.Throwable throwable)
Records the specified throwable.
|
void recordError(java.lang.String errorDescription)
errorDescription - The error description.void recordError(java.lang.Throwable throwable)
throwable - The throwable describing the error.java.util.List<ErrorReporter> getErrorReporters()
ErrorReporter associated with this manager.ErrorReporters.Copyright © 2007-2017 Apereo. All Rights Reserved.