public static class Log.SilentAdapter extends Object implements Log.Adapter
| Constructor and Description |
|---|
SilentAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable throwable,
String f)
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 f)
Log.Adaptererror in interface Log.AdapterCopyright © 2007–2019. All rights reserved.