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. The callback is in the main thread. Log callbacks can be quite frequent, so be careful not to synchronize too many time-consuming tasks in the callback, which may block the main thread.