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