Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 451 Bytes

sip.js.logconnector.md

File metadata and controls

15 lines (9 loc) · 451 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;

References: LogLevel