| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOG_DIRECTORY |
static java.lang.String |
LOG_EXTENSION |
| Constructor and Description |
|---|
DebugLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
d()
Writes tag and message to the log file and also calls Log.d with given params.
|
void |
d() |
void |
e()
Writes tag and message to the log file and also calls Log.e with given params.
|
void |
e()
Writes a message about exception to system log and to the file.
|
void |
e() |
void |
i()
Writes tag and message to the log file and also calls Log.i with given params.
|
void |
i() |
void |
logException() |
void |
logMethod() |
void |
w()
Writes tag and message to the log file and also calls Log.w with given params.
|
void |
w() |
public static java.lang.String LOG_DIRECTORY
public static java.lang.String LOG_EXTENSION
public void d()
Writes tag and message to the log file and also calls Log.d with given params.
public void w()
Writes tag and message to the log file and also calls Log.w with given params.
public void e()
Writes tag and message to the log file and also calls Log.e with given params.
public void i()
Writes tag and message to the log file and also calls Log.i with given params.
public void e()
Writes a message about exception to system log and to the file.
public void d()
public void i()
public void w()
public void e()
public void logException()
public void logMethod()