Developer / Reference / TypeScript APIs

LogLevel

Last updated on 13-May-2020 by Jakob Jakobsen Boysen
Jakob Jakobsen Boysen

Platform Lead
boysen@scifeon.com

This interface defines the available log levels. The order below defines which log messages are logged:

Example

Can be used in conjunction with e.g. ScifeonConsoleLogger:

API

none

No messages are logged.

error

Only error messages are logged.

warn

Warn and error messages are logged.

info

Info, warn and error messages are logged.

debug

Debug, info, warn and error messages are logged.