d static method
Debug Log
Implementation
static d(Object debug) {
if (_logLevel.value >= TGLogLevel.DEBUG.value) _print("DEBUG", debug);
}
Debug Log
static d(Object debug) {
if (_logLevel.value >= TGLogLevel.DEBUG.value) _print("DEBUG", debug);
}