Homepage
Blog
Discord
Sign up
Search
⌃K
Links
Welcome
🚀
GETTING STARTED
1. Quickstart
2. Integrate
3. Optimize
4. Launch
FAQ
👩💻
Integration Guides
Overview
Studio (Developer Dashboard)
Avatar Creator Setup
Unity
Unreal Engine
Web and Native Integration
🔃
API Reference
Avatars
Avatar Creator
Avatar REST API
Unity SDK
AvatarCache
AvatarConfig
AvatarObjectLoader
AvatarRenderLoader
Extras
WebView
SDKLogger
Changelog
Unreal Engine SDK
🔉
Support
Bug Reports and Feature Requests
Licensing & Privacy
Product Newsletter
Glossary of Terms
Contact us
Powered By
GitBook
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
Property
Type
Description
logEnabled
bool
Enables (true) or disables (false) logging.
True by default.
Example
SDKLogger
.
AvatarLoaderLogger
.
logEnabled
=
false
;
Previous
WebView
Next
Changelog
Last modified
1mo ago