LogEntry.withError constructor
LogEntry.withError()
Implementation
factory LogEntry.withError(LogLevel level, String message, String loggerName,
String? errorDetails, String? stackTrace) =>
LogEntry._(level, message, loggerName, errorDetails, stackTrace);