public Logger
Writes logs
| Modifier and Type | Method and Description |
|---|---|
void |
d()
Writes tag and message to the log on
Level#Debug |
void |
e()
Writes tag and message to the log on
Level#Error |
void |
i()
Writes tag and message to the log on
Level#Information |
void |
logException()
Shows log for exception
|
void |
logMethod()
Shows log for invoked method
|
void |
w()
Writes tag and message to the log on
Level#Warning |
void d()
Writes tag and message to the log on Level#Debug
void w()
Writes tag and message to the log on Level#Warning
void e()
Writes tag and message to the log on Level#Error
void i()
Writes tag and message to the log on Level#Information
void logException()
Shows log for exception
void logMethod()
Shows log for invoked method