public class AndroidLog extends Object implements RestAdapter.Log
logger for Android.NONE| Constructor and Description |
|---|
AndroidLog(String tag) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag() |
void |
log(String message)
Log a debug message to the appropriate console.
|
void |
logChunk(String chunk)
Called one or more times for each call to
log(String). |
public AndroidLog(String tag)
public final void log(String message)
RestAdapter.Loglog in interface RestAdapter.Logpublic void logChunk(String chunk)
log(String). The length of chunk
will be no more than 4000 characters to support Android's Log class.public String getTag()
Copyright © 2015 Square, Inc.. All Rights Reserved.