Android Client Reference
Class ErrorLog
Namespace: com.playerio
Language: Java
The Player.IO ErrorLog service.
Methods | |||
---|---|---|---|
public void |
Writes an entry to the error log |
||
public void |
Writes an entry to the error log |
||
public void |
Writes an entry to the error log |
ErrorLog.writeError
public void |
|
Writes an entry to the error log
Arguments
String | error |
String | details |
String | stacktrace |
HashMap<String,String> | extraData |
ErrorLog.writeError
public void |
|
Writes an entry to the error log
Arguments
String | error |
Throwable | exception |
ErrorLog.writeError
public void |
|
Writes an entry to the error log
Arguments
String | error |