warn static method
void
warn(})
Implementation
static void warn(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace, bool isReport = true, required String actionModule, required String actionName}) {
if (TCICLog.shouldExclude(message)) return;
debugPrint('[WARN][$actionModule][$actionName] $message');
}