FileLogCodec constructor

FileLogCodec({
  1. FileLogDataFormat dataFormat = FileLogDataFormat.text,
  2. LogMainTheme? theme,
  3. LoggableConfig config = const LoggableConfig(),
  4. LoggableJsonConfig jsonConfig = const LoggableJsonConfig(),
})

Implementation

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