NiceLogEntry constructor
const
NiceLogEntry({})
Implementation
const NiceLogEntry({
required this.message,
this.level = NiceLogLevel.info,
required this.timestamp,
this.source,
this.data,
this.stackTrace,
});