Gamebase SDK for Android  2.7.1
Toast Gamebase Platform
Loggable Interface Reference
Collaboration diagram for Loggable:
Collaboration graph

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...
 

Member Function Documentation

◆ getMessagePrefix()

String getMessagePrefix ( )
Returns
Here is the caller graph for this function:

◆ isLoggable()

boolean isLoggable ( int  level,
int  priority 
)
Parameters
priority
Returns
Here is the caller graph for this function:

◆ println()

void println ( int  priority,
String  tag,
String  msg,
Throwable  tr 
)

Instructs first LogNode in the list to print the log data provided.

Parameters
priorityLogger level of the data being logged. Verbose, Error, etc.
tagTag for for the log data. Can be used to organize log statements.
msgThe actual message to be logged. The actual message to be logged.
trIf an exception was thrown, this can be sent along for the logging facilities to extract and print useful information.
Here is the caller graph for this function:

◆ setMessagePrefix()

void setMessagePrefix ( String  prefix)
Parameters
prefix
Here is the caller graph for this function: