Node.js Client 9.1.0

ConsoleLogLevel

ConsoleLogLevel

Logging level.

Constructor

new ConsoleLogLevel()

This is a dummy constructor not to be used in any case.

Members

(static, constant) DEBUG :number

Debug logging level.

This level enables all logging except tracing.

(static, constant) ERROR :number

Error logging level.

This level enables logging for errors and fatal errors.

(static, constant) FATAL :number

Fatal logging level.

This level enables logging for fatal errors only.

(static, constant) INFO :number

Info logging level.

This level enables logging for information, warnings, errors and fatal errors.

(static, constant) TRACE :number

Trace logging level.

This level enables all logging.

(static, constant) WARN :number

Warn logging level.

This level enables logging for warnings, errors and fatal errors.