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 IExceptionLoggerDefault 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
-