WoopWoop-Docs
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
WoopWoop.Debug Class Reference

Provides methods for logging debug messages with different colors. More...

Static Public Member Functions

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.
 

Detailed Description

Provides methods for logging debug messages with different colors.

Member Function Documentation

◆ WriteError()

static void WoopWoop.Debug.WriteError ( string msg)
static

Writes an error message to the console in red color.

Parameters
msgThe error message to write.

◆ WriteWarning()

static void WoopWoop.Debug.WriteWarning ( string msg)
static

Writes a warning message to the console in yellow color.

Parameters
msgThe warning message to write.

The documentation for this class was generated from the following file: