Simple debug console handling.
Features
Saves from the task of repeating 'if(kDebugMode)' checks for using the debug console.
Usage
Just use the static print() method to check and write into the debug console in a single line.
DebugConsole.print('your debug message here');
Additional information
Remember that this package uses the debug console, not the standard output console, for when you want to read your debug messages.