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