Provides methods for logging debug messages with different colors.
More...
|
static void | WriteError (string msg) |
| Writes an error message to the console in red color.
|
|
static void | WriteWarning (string msg) |
| Writes a warning message to the console in yellow color.
|
|
Provides methods for logging debug messages with different colors.
◆ WriteError()
static void WoopWoop.Debug.WriteError |
( |
string | msg | ) |
|
|
static |
Writes an error message to the console in red color.
- Parameters
-
msg | The error message to write. |
◆ WriteWarning()
static void WoopWoop.Debug.WriteWarning |
( |
string | msg | ) |
|
|
static |
Writes a warning message to the console in yellow color.
- Parameters
-
msg | The warning message to write. |
The documentation for this class was generated from the following file: