Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumerator with all possible values for logging level, which categorizes the log information.

These levels are given to the logger of a MergeContext.

Index

Enumeration members

Enumeration members

Error

Error: = 3

Error log, i.e. something wen't wrong while doing an operation.

Information

Information: = 1

Information log, which contains a message for when the system is normally operating.

Success

Success: = 4

Success log, for when everything works correctly.

Verbose

Verbose: = 0

Verbose log, i.e. information that isn't necessarily important.

Warning

Warning: = 2

Warning log, which contains not necessarily an error, but something that may cause error in the future.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc