Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.17 KB

sip.js.loggerfactory.md

File metadata and controls

35 lines (23 loc) · 1.17 KB

Home > sip.js > LoggerFactory

LoggerFactory class

Logger.

Signature:

export declare class LoggerFactory 

Constructors

Constructor Modifiers Description
(constructor)() Constructs a new instance of the LoggerFactory class

Properties

Property Modifiers Type Description
builtinEnabled boolean
connector ((level: string, category: string, label: string | undefined, content: any) => void) | undefined
level Levels

Methods

Method Modifiers Description
genericLog(levelToLog, category, label, content)
getLogger(category, label)