public static class Log.StandardOutStandardErrorAdapter extends Object implements Log.Adapter
| Constructor and Description |
|---|
StandardOutStandardErrorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable throwable,
String message)
Both can be null.
|
void |
info(String message) |
void |
trace(String message) |
public void info(String message)
info in interface Log.Adapterpublic void trace(String message)
trace in interface Log.Adapterpublic void error(Throwable throwable, String message)
Log.Adaptererror in interface Log.AdapterCopyright © 2007–2018. All rights reserved.