sip.js.loggerfactory.md
September 26, 2022 ยท View on GitHub
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) |