Properties | |
V2TIMLogLevel | logLevel |
V2TIMLogListener | logListener |
|
readwritenonatomicassign |
Log level to write file. Its default value is DEBUG. The log files are stored in the /Library/Caches/ directory by default.
|
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.