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