Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LogLevels

Log levels, all lower level messages are printed

  1. mute
  2. error = console.error()
  3. warning= console.warn()
  4. info = console.info()
  5. debug = console.log()

Index

Enumeration members

Enumeration members

debug

debug: = 4

error

error: = 1

info

info: = 3

off

off: = 0

warning

warning: = 2

Generated using TypeDoc