public interface ExceptionLogger
| Modifier and Type | Field | Description |
|---|---|---|
static ExceptionLogger |
NO_OP |
|
static ExceptionLogger |
STD_ERR |
| Modifier and Type | Method | Description |
|---|---|---|
void |
log(java.lang.Exception ex) |
static final ExceptionLogger NO_OP
static final ExceptionLogger STD_ERR