Beaconstac Android  0.9.9
com.mobstac.beaconstac.utils.MSLogger Class Referenceabstract

Static Public Member Functions

static void log (final String message)
 
static void error (final String message)
 
static void debug (final String tag, final String message)
 

Member Function Documentation

static void com.mobstac.beaconstac.utils.MSLogger.debug ( final String  tag,
final String  message 
)
static

function which logs the message to the logcat, log the messages only in debug mode

Parameters
tagof type String, tag to be used while logging
messageof type String to be logged
static void com.mobstac.beaconstac.utils.MSLogger.error ( final String  message)
static

function which logs the error to the logcat if the debug flag is set

Parameters
messageof typ String
Since
03/02/15.
static void com.mobstac.beaconstac.utils.MSLogger.log ( final String  message)
static

function which logs the messages to the logcat if the debug flag is set

Parameters
messageof typ String
Since
03/02/15.

The documentation for this class was generated from the following file: