Skip to main content

QLogLevel

@quik/core


@quik/core / QLogLevel

Enumeration: QLogLevel

Defined in: enums/QLogLevel.ts:4

A list with the supported logging levels.

Enumeration Members

DEBUG

DEBUG: "debug"

Defined in: enums/QLogLevel.ts:40

DEBUG Log Level

Use this log level if you want to see the messages from the "debug" level up.


ERROR

ERROR: "error"

Defined in: enums/QLogLevel.ts:10

ERROR Log Level

Use this log level if you want to see the messages from the "error" level up.


HTTP

HTTP: "http"

Defined in: enums/QLogLevel.ts:28

HTTP Log Level

Use this log level if you want to see the messages from the "http" level up.


INFO

INFO: "info"

Defined in: enums/QLogLevel.ts:22

INFO Log Level

Use this log level if you want to see the messages from the "info" level up.


SILLY

SILLY: "silly"

Defined in: enums/QLogLevel.ts:46

SILLY Log Level

Use this log level if you want to see the messages from the "silly" level up.


VERBOSE

VERBOSE: "verbose"

Defined in: enums/QLogLevel.ts:34

VERBOSE Log Level

Use this log level if you want to see the messages from the "verbose" level up.


WARN

WARN: "warn"

Defined in: enums/QLogLevel.ts:16

WARN Log Level

Use this log level if you want to see the messages from the "warn" level up.