errorLazy method
void
errorLazy(})
Implementation
void errorLazy(String Function() messageBuilder,
{String? tag,
Object? error,
StackTrace? stackTrace,
Map<String, dynamic>? context}) =>
logLazy(LogLevel.error, messageBuilder,
tag: tag, error: error, stackTrace: stackTrace, context: context);