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