public class L
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
TAG
The public debug tag "ch.aplu.android". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
d(java.lang.String msg)
Writes debug string flagged as 'debug'. 
 | 
static void | 
e(java.lang.String msg)
Writes debug string flagged as 'error'. 
 | 
static void | 
i(java.lang.String msg)
Writes debug string flagged as 'information'. 
 | 
static void | 
v(java.lang.String msg)
Writes debug string flagged as 'verbose'. 
 | 
static void | 
w(java.lang.String msg)
Writes debug string flagged as 'warning'. 
 | 
public static java.lang.String TAG
public static void i(java.lang.String msg)
msg - the message to write out in the debug consolepublic static void d(java.lang.String msg)
msg - the message to write out in the debug consolepublic static void e(java.lang.String msg)
msg - the message to write out in the debug consolepublic static void v(java.lang.String msg)
msg - the message to write out in the debug consolepublic static void w(java.lang.String msg)
msg - the message to write out in the debug console