public interface ExceptionTracker
LoggingDecorator
to track which exceptions have been logged during
the current request (the ExceptionTracker is perthread). This keeps redundant information from appearing in the
console output.Modifier and Type | Method and Description |
---|---|
boolean |
exceptionLogged(Throwable exception)
Returns true if the indicated exception has already been logged (it is assumed that the exception will be logged
if this method returns false).
|
boolean exceptionLogged(Throwable exception)
exception
- to check${project.version} - Copyright © 2003-2015 The Apache Software Foundation.