Home > sip.js > LoggerFactory > genericLog
Signature:
genericLog(levelToLog: Levels, category: string, label: string | undefined, content: any): void;
Parameter | Type | Description |
---|---|---|
levelToLog | Levels | |
category | string | |
label | string | undefined | |
content | any |
Returns:
void