Skip to main content

Home > @gnaudio/jabra-js > LogLevel

LogLevel enum#

Error severity of a log, i.e. whether a log event is due to an exception, warning, or just a info message. See ILogEvent.

Signature:
declare enum LogLevel

Enumeration Members#

MemberValueDescription
ERROR"error"Used when the reason for the log event can be regarded as an error.
INFO"info"Used to log messages related to normal execution.
WARNING"warning"Used when the user is warned that something might have gone wrong (but not necessarily).