<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [LogConnector](./sip.js.logconnector.md)

## LogConnector type

Log connector function.

<b>Signature:</b>

```typescript
export declare type LogConnector = (level: LogLevel, category: string, label: string | undefined, content: string) => void;
```
