public static interface RestAdapter.Log
| Modifier and Type | Field and Description |
|---|---|
static RestAdapter.Log |
NONE
A
RestAdapter.Log implementation which does not log anything. |
| Modifier and Type | Method and Description |
|---|---|
void |
log(java.lang.String message)
Log a debug message to the appropriate console.
|
static final RestAdapter.Log NONE
RestAdapter.Log implementation which does not log anything.Copyright © 2014 Square, Inc.. All Rights Reserved.