Help Center/
Meeting/
Client SDK Reference/
iOS SDK/
API Reference/
Basic Settings/
Setting a Log Path
Updated on 2024-07-30 GMT+08:00
Setting a Log Path
setLogPath
API Description
This API is used to set a path for storing HUAWEI CLOUD Meeting logs.
Precautions
None
Method Definition
1
|
+ (void)setLogPath:(NSString *)logPath; |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
logPath |
Yes |
NSString * |
Log path. |
Return Values
None
Sample Code
1 2 3 |
/// Use the default path. NSString * logPath= [[NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMask, YES) firstObject] stringByAppendingPathComponent:@"log"]; [HWMSdk setLogPath:logPath]; |
Parent topic: Basic Settings
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot