t static method

dynamic t(
  1. String tag,
  2. Object obj
)

Tag Log

Implementation

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