public static interface Options.Log
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable t) |
void |
info(String message) |
void |
info(String message,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarningEnabled() |
void |
warning(String message) |
void |
warning(String message,
Throwable t) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.