Syntax
void LOG_PRINTF(
bool bPrint,
const char *fmt,
...
);
Parameters
- bPrint
- [in] Specify true if you want to output a log message, and specify false otherwise.
- fmt
- [in] Specify the format string.
Return value
None
Remarks
Outputs a log message according to the format string.To store the output of this function in the log buffer, ZONE_APP must be enabled in the Debug zone of Log settings. In the default state, no log is output even if this function is called.
This function is defined by a macro.
Requirements
- Header
- logapi.h
- Library
- libSTARTUPOPH5000.a
Last updated: 2020/10/27