sip.js.loggerfactory.md

September 26, 2022 ยท View on GitHub

Home > sip.js > LoggerFactory

LoggerFactory class

Logger.

Signature:

export declare class LoggerFactory 

Constructors

ConstructorModifiersDescription
(constructor)()Constructs a new instance of the LoggerFactory class

Properties

PropertyModifiersTypeDescription
builtinEnabledboolean
connector((level: string, category: string, label: string | undefined, content: any) => void) | undefined
levelLevels

Methods

MethodModifiersDescription
genericLog(levelToLog, category, label, content)
getLogger(category, label)