C D E G R S

C

com.github.inspektr.error - package com.github.inspektr.error
 
com.github.inspektr.error.support - package com.github.inspektr.error.support
 

D

DefaultErrorLogManager - Class in com.github.inspektr.error.support
An ErrorLogManager implementation.
DefaultErrorLogManager(String, List<ErrorReporter>) - Constructor for class com.github.inspektr.error.support.DefaultErrorLogManager
Constructs a new DefaultErrorLogManager.

E

ErrorLogManager - Interface in com.github.inspektr.error
Interface for an error reporting facility that utilizes one or more ErrorReporter to record application errors.
ErrorReporter - Interface in com.github.inspektr.error
Interface for reporting an error.

G

getErrorReporters() - Method in interface com.github.inspektr.error.ErrorLogManager
Returns the list of ErrorReporter associated with this manager.
getErrorReporters() - Method in class com.github.inspektr.error.support.DefaultErrorLogManager
 

R

recordError(String) - Method in interface com.github.inspektr.error.ErrorLogManager
Records the specified error.
recordError(Throwable) - Method in interface com.github.inspektr.error.ErrorLogManager
Records the specified throwable.
recordError(String) - Method in class com.github.inspektr.error.support.DefaultErrorLogManager
 
recordError(Throwable) - Method in class com.github.inspektr.error.support.DefaultErrorLogManager
 
reportError(String, String, String) - Method in interface com.github.inspektr.error.ErrorReporter
Reports the specified error.
reportError(String, String, Throwable) - Method in interface com.github.inspektr.error.ErrorReporter
Reports the specified Throwable.
reportError(String, String, String) - Method in class com.github.inspektr.error.support.Slf4jLoggingErrorReporter
 
reportError(String, String, Throwable) - Method in class com.github.inspektr.error.support.Slf4jLoggingErrorReporter
 

S

setCurrentContextPrincipalResolver(PrincipalResolver) - Method in class com.github.inspektr.error.support.DefaultErrorLogManager
Sets the currentContextPrincipalResolver.
Slf4jLoggingErrorReporter - Class in com.github.inspektr.error.support
An ErrorReporter implementation that logs errors to a configured log4j Appender.
Slf4jLoggingErrorReporter() - Constructor for class com.github.inspektr.error.support.Slf4jLoggingErrorReporter
 

C D E G R S

Copyright © 2007-2012 Rutgers, the State University of New Jersey. All Rights Reserved.