IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMSDKConfig

Properties

V2TIMLogLevel logLevel
 
V2TIMLogListener logListener
 

Property Documentation

◆ logLevel

- (V2TIMLogLevel) logLevel
readwritenonatomicassign

Log level to write file. Its default value is DEBUG. The log files are stored in the /Library/Caches/ directory by default.

◆ logListener

- (V2TIMLogListener) logListener
readwritenonatomiccopy

Log callback listener. Because callbacks are triggered in the main thread and log callbacks can occur frequently, do not execute time-consuming tasks synchronously in a callback, or the main thread may be blocked.