Logger.console

* Log a debug information message. * It starts with the current time + " -> LOG_DEBUG: " * Only works in debug mode. * Params: * message = the debug information message * obj = current class reference, mostly you pass 'this'

class Logger
static
void
console
(
string message
,
string objectName
,
bool onlyToConsole = false
)

Meta