traceLazy static method
void
traceLazy(})
Trace with lazy evaluation
Implementation
static void traceLazy(String Function() messageBuilder,
{String? tag,
Object? error,
StackTrace? stackTrace,
Map<String, dynamic>? context}) {
_defaultLogger.traceLazy(messageBuilder,
tag: tag, error: error, stackTrace: stackTrace, context: context);
}