Warning Logs
This section describes the logs of the Warning level. The log usage is similar to that of printf.
API Calling
void hilens::Warning(const char * fmt, ... )
Parameter Description
Parameter |
Description |
---|---|
fmt |
A string that can contain embedded formatting tags that can be replaced by the values specified in the subsequent additional parameters and formatted as required. A log record can contain a maximum of 255 characters. |
... (Additional parameters) |
Depending on the fmt string, the function may require a series of additional parameters. Each parameter contains a value to be inserted and replaces each % tag specified in the fmt parameter. The number of parameters must be the same as the number of % tags. For example: hilens::Warning (The character string is %s \n", str). |
Return Value
None
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