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