Splunk MINT SDK for Android  4.4
 All Classes Namespaces Files Functions Variables
com.splunk.mint.MintLog Class Reference

Static Public Member Functions

static void d (final String tag, final String msg)
 
static void e (final String tag, final String msg)
 
static void i (final String tag, final String msg)
 
static void v (final String tag, final String msg)
 
static void w (final String tag, final String msg)
 

Detailed Description

The MintLog class is a wrapper class that logs messages to Splunk as a log type.

Member Function Documentation

static void com.splunk.mint.MintLog.d ( final String  tag,
final String  msg 
)
inlinestatic

Sends a debugging level message.

Parameters
tagIdentifies and filters the source of the log message.
msgThe actual log message.
static void com.splunk.mint.MintLog.e ( final String  tag,
final String  msg 
)
inlinestatic

Sends an error level message.

Parameters
tagIdentifies and filters the source of the log message.
msgThe actual log message.
static void com.splunk.mint.MintLog.i ( final String  tag,
final String  msg 
)
inlinestatic

Sends an information level message.

Parameters
tagIdentifies and filters the source of the log message.
msgThe actual log message.
static void com.splunk.mint.MintLog.v ( final String  tag,
final String  msg 
)
inlinestatic

Sends a verbose level message.

Parameters
tagIdentifies and filters the source of the log message.
msgThe actual log message.
static void com.splunk.mint.MintLog.w ( final String  tag,
final String  msg 
)
inlinestatic

Sends a warning level message.

Parameters
tagIdentifies and filters the source of the log message.
msgThe actual log message.

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