Gamebase SDK for Android
2.8.0
Toast Gamebase Platform
|
Public Member Functions | |
String | getMessagePrefix () |
void | setMessagePrefix (String prefix) |
boolean | isLoggable (int level, int priority) |
void | println (int priority, String tag, String msg, Throwable tr) |
Instructs first LogNode in the list to print the log data provided. More... | |
String getMessagePrefix | ( | ) |
boolean isLoggable | ( | int | level, |
int | priority | ||
) |
priority |
void println | ( | int | priority, |
String | tag, | ||
String | msg, | ||
Throwable | tr | ||
) |
Instructs first LogNode in the list to print the log data provided.
priority | Logger level of the data being logged. Verbose, Error, etc. |
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
void setMessagePrefix | ( | String | prefix | ) |
prefix |