LogLevel: typeof LOG_LEVEL_NAMES[number]

Names of log levels that can be invoked on the logger

From lowest to highest:

  • debug
  • verbose
  • log
  • info
  • warn
  • error
  • fatal
  • silent (will never output anything)

When used in LogOptions specifies the minimum level the output should log at.