Configuring SDK Logging
If you have any questions during development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see API Reference.
OBS PHP SDK provides the logging function based on the monolog log library. You can call ObsClient->initLog to enable and configure logging. Sample code is as follows:
$obsClient -> initLog ([ 'FilePath' => './logs', // Set the log folder. 'FileName' => 'eSDK-OBS-PHP.log', // Set the name for the log file. 'MaxFiles' => 10, // Set the maximum number of log files that can be retained. 'Level' => WARN // Set the log level. ]);
- The logging function is disabled by default. You need to enable it if needed.
- For details about SDK logs, see Log Analysis.
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot