Home > sip.js > LoggerFactory
Logger.
Signature:
export declare class LoggerFactory | Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructs a new instance of the LoggerFactory class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| builtinEnabled | boolean |
||
| connector | ((level: string, category: string, label: string | undefined, content: any) => void) | undefined |
||
| level | Levels |
| Method | Modifiers | Description |
|---|---|---|
| genericLog(levelToLog, category, label, content) | ||
| getLogger(category, label) |