<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [ContentAwareness](./smwebsdk.contentawareness.md) &gt; [setLogging](./smwebsdk.contentawareness.setlogging.md)

## ContentAwareness.setLogging() method

Enable/disable content awareness logging

**Signature:**

```typescript
setLogging(enable: boolean): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  enable | boolean | set true to enable content awareness log, false to disable |

**Returns:**

void

