Static Public Member Functions | |
| static void | debug (String message) |
| Logs a message to the Debug category with an Info level. More... | |
| static void | error (String message) |
| Logs a message to the Generic category with an Error level. More... | |
| static void | info (String message) |
| Logs a message to the Generic category with an Info level. More... | |
| static void | warning (String message) |
| Logs a message to the Generic category with a Warning level. More... | |
|
static |
Logs a message to the Debug category with an Info level.
| message | The message to log. |
|
static |
Logs a message to the Generic category with an Error level.
| message | The message to log. |
|
static |
Logs a message to the Generic category with an Info level.
| message | The message to log. |
|
static |
Logs a message to the Generic category with a Warning level.
| message | The message to log. |