Type alias AttachLevels

AttachLevels: (LogLevel | LevelText)[] | LogLevel | LevelText | false | null

The input or output levels for an input or output.

  • array => the levels to use
  • single level => the passed level or more severe
  • false => no levels
  • nullish => all levels