debug static method
void
debug(})
Implementation
static void debug(
dynamic message, {
DateTime? time,
Object? error,
StackTrace? stackTrace,
bool isReport = true,
required String actionModule,
required String actionName,
}) {
platform_log.TCICLogImpl.debug(
message,
time: time,
error: error,
stackTrace: stackTrace,
isReport: isReport,
actionModule: actionModule,
actionName: actionName,
);
}