logConfig property

  1. @Deprecated('This property has been deprecated since version 2.3.0, please use the [setLogConfig] function instead.')
ZegoLogConfig? logConfig
read / write

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;