Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Logger

Index

Functions

disableLogUpload

  • disableLogUpload(): void
  • Disables log upload.

    Log upload is disabled by default. If you call enableLogUpload to enable log upload, you can disable log upload using this method.

    since

    V4.4.0

    Returns void

enableLogUpload

  • enableLogUpload(): void
  • Enables log upload.

    You can call this method to enable log upload. Enable log upload and join the room. The SDK log file will be uploaded to the NetEase YunXin server after the call ends.

    Log upload is disabled by default. If you want to enable this feature, you must first call this method before other methods.

    since

    V4.4.0

    note
    • Before you enable the log upload, set the debug parameter of createClient to true.
    • If you fail to join the room, the SDK will not send the log entries to the YunXin server, and the log entries cannot be viewed on the server.

    Returns void