> For the complete documentation index, see [llms.txt](https://enoch-app.gitbook.io/enoch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enoch-app.gitbook.io/enoch/api-references/unity-sdk/sdklogger.md).

# SDKLogger

Log handler for the avatar loading process.The SDKLogger prints logs about the current operation and the status of the avatar loading process.

### Properties <a href="#properties" id="properties"></a>

| Property   | Type | Description                                                 |
| ---------- | ---- | ----------------------------------------------------------- |
| logEnabled | bool | Enables (true) or disables (false) logging.True by default. |

### Example <a href="#example" id="example"></a>

SDKLogger.AvatarLoaderLogger.logEnabled = false;​
