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