* 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'
See Implementation
* 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'