<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [LoggingConfig](./smwebsdk.loggingconfig.md)

## LoggingConfig type


**Signature:**

```typescript
export type LoggingConfig = Record<'session' | 'contentAwareness', {
    minLogLevel?: LogLevel;
    enabled?: boolean;
}>;
```
**References:** [LogLevel](./smwebsdk.loglevel.md)

