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;โ€‹

Last updated