Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 661 Bytes

sip.js.loggerfactory.genericlog.md

File metadata and controls

25 lines (16 loc) · 661 Bytes

Home > sip.js > LoggerFactory > genericLog

LoggerFactory.genericLog() method

Signature:

genericLog(levelToLog: Levels, category: string, label: string | undefined, content: any): void;

Parameters

Parameter Type Description
levelToLog Levels
category string
label string | undefined
content any

Returns:

void