void cLogDebug(dynamic message, {String? error, bool showMethod = false}) { final Function func = (showMethod ? methodLogger : logger).d; _checkLongStr(message, func, error: error); }