FileLogCodec constructor
FileLogCodec({
- FileLogDataFormat dataFormat = FileLogDataFormat.text,
- LogMainTheme? theme,
- LoggableConfig config = const LoggableConfig(),
- LoggableJsonConfig jsonConfig = const LoggableJsonConfig(),
Implementation
FileLogCodec({
this.dataFormat = FileLogDataFormat.text,
LogMainTheme? theme,
this.config = const LoggableConfig(),
this.jsonConfig = const LoggableJsonConfig(),
}) : theme = theme ?? LogMainTheme.noColors;