Package org.jacoco.agent.rt.internal
Interface IExceptionLogger
public interface IExceptionLogger
At several places exception might occur that should be reported. For
testability these exceptions are emitted against this interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IExceptionLogger
Default implementation which dumps the stack trace to System.err. -
Method Summary
-
Field Details
-
SYSTEM_ERR
Default implementation which dumps the stack trace to System.err.
-
-
Method Details
-
logExeption
Logs the given exception.- Parameters:
ex
- exception to log
-