Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 396 Bytes

sip.js.logconnector.md

File metadata and controls

13 lines (8 loc) · 396 Bytes

Home > sip.js > LogConnector

LogConnector type

Log connector function.

Signature:

export declare type LogConnector = (level: LogLevel, category: string, label: string | undefined, content: string) => void;