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(String message)
Log a debug message to the appropriate console.
|
static final RestAdapter.Log NONE
RestAdapter.Log implementation which does not log anything.void log(String message)
Copyright © 2015 Square, Inc.. All Rights Reserved.