Skip to main content

HotLogLevel

hotstaq / Modules / HotLogLevel

Enumeration: HotLogLevel

The logging level.

Table of contents​

Enumeration members​

Enumeration members​

All​

• All = 4

Prints all messages, except verbose.

Defined in​

HotLog.ts:25


Error​

• Error = 2

Prints only error messages.

Defined in​

HotLog.ts:17


Info​

• Info = 0

Prints only info messages.

Defined in​

HotLog.ts:9


None​

• None = 5

Doesn't print any message.

Defined in​

HotLog.ts:29


Verbose​

• Verbose = 3

Prints all messages.

Defined in​

HotLog.ts:21


Warning​

• Warning = 1

Prints only warning messages.

Defined in​

HotLog.ts:13