BrLogRecord constructor
const
BrLogRecord({
- required BrLogLevel level,
- required Object? message,
- required String tag,
- required DateTime time,
- Object? error,
- StackTrace? stackTrace,
Implementation
const BrLogRecord({
required this.level,
required this.message,
required this.tag,
required this.time,
this.error,
this.stackTrace,
});