LogEntry constructor
const
LogEntry({})
Implementation
const LogEntry({
required this.timestamp,
required this.level,
required this.message,
this.category,
this.metadata,
this.error,
this.stackTrace,
this.operationId,
this.duration,
});