Is there any way to log Debug message with loglevel 1 (Error)
in the opcoded I can mention as below:
PIN_ERR_LOG_MSG(PIN_ERR_LEVEL_ERROR,,,,);l
but above statement will log the message as an ERROR in the log file ( the first Character in the line will be E)
Is there a way to log the debug message when the log level is 1.