Contents:
setDebug()
getDebug()
printDebugMessage()
Sets the global debug mode configuration.
mode – The debug mode to be set, represented as a value of the Debug enum.
Retrieves the current global debug mode configuration.
The current debug mode as a value of the Debug enum.
Prints a debug message if the specified debug mode is enabled.
mode – Debug mode to check against the global debug mode.
message – The message to be printed if the debug mode is enabled.