LogStreamWriter constructor

LogStreamWriter({
  1. List<String>? onlyTags,
  2. List<String>? exceptTags,
  3. LogLevel? onlyLevel,
  4. LogLevel? minLevel,
})

Implementation

LogStreamWriter({
  List<String>? onlyTags,
  List<String>? exceptTags,
  LogLevel? onlyLevel,
  LogLevel? minLevel,
}) : super(onlyTags, exceptTags, onlyLevel, minLevel);