logConfig property
- @Deprecated('This property has been deprecated since version 2.3.0, please use the [setLogConfig] function instead.')
getter/setter pair
Log configuration, if not set, use the default configuration. It must be set before calling createEngine
to take effect. If it is set after createEngine
, it will take effect at the next createEngine
after destroyEngine
.
Implementation
@Deprecated(
'This property has been deprecated since version 2.3.0, please use the [setLogConfig] function instead.')
ZegoLogConfig? logConfig;