Represents the logging settings for the HMS SDK.

This class encapsulates the settings related to logging within the HMS SDK, including the log level, whether log storage is enabled, and the maximum directory size for log storage. It is used to configure how logs are handled by the SDK, allowing for customization of log verbosity and storage requirements.

Hierarchy

  • HMSLogSettings

Constructors

Properties

isLogStorageEnabled: boolean

Flag indicating whether log storage is enabled. Android only.

The log level setting, determining the verbosity of the logs.

maxDirSizeInBytes: HMSLogAlarmManager

The maximum size of the log directory in bytes, managed by an instance of HMSLogAlarmManager. Android only.

Generated using TypeDoc