LogOptions constructor
const
LogOptions({})
Implementation
const LogOptions({
required this.level,
required this.message,
this.stackTrace,
this.metadata,
this.userIdentifier,
this.sessionId,
});
const LogOptions({
required this.level,
required this.message,
this.stackTrace,
this.metadata,
this.userIdentifier,
this.sessionId,
});