|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ErrorLogManager
Interface for an error reporting facility that utilizes one or more
ErrorReporter to record application errors.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||