Tag Log
static t(String tag, Object obj) { if (_logLevel.value >= TGLogLevel.TAG.value) _print(tag, obj); }