Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 554 Bytes

sip.js.loggerfactory.connector.md

File metadata and controls

13 lines (8 loc) · 554 Bytes

Home > sip.js > LoggerFactory > connector

LoggerFactory.connector property

Signature:

get connector(): ((level: string, category: string, label: string | undefined, content: any) => void) | undefined;

set connector(value: ((level: string, category: string, label: string | undefined, content: any) => void) | undefined);