public interface IExceptionLogger
Modifier and Type | Field and Description |
---|---|
static IExceptionLogger |
SYSTEM_ERR
Default implementation which dumps the stack trace to System.err.
|
Modifier and Type | Method and Description |
---|---|
void |
logExeption(Exception ex)
Logs the given exception.
|
static final IExceptionLogger SYSTEM_ERR
void logExeption(Exception ex)
ex
- exception to logCopyright © 2020. All rights reserved.