<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [LogLevel](./sip.js.loglevel.md)

## LogLevel type

Log level.

<b>Signature:</b>

```typescript
export declare type LogLevel = "debug" | "log" | "warn" | "error";
```
