LogEntry constructor
const
LogEntry({})
Implementation
const LogEntry({
required this.id,
required this.timestamp,
required this.message,
required this.level,
this.category,
this.tag,
this.metadata,
this.error,
this.stackTrace,
this.userId,
this.sessionId,
});