static void init({ String tag = _defTag, bool isDebug = false, int maxLen = 128, }) { _tagValue = tag; _debugMode = isDebug; _maxLen = maxLen; }