log_message_force

Writes the logging message and level into the log file.

This method forces the message into the log file, regardless of the filter value of the log level. Set the filter value in the configuration file (RAP) or explicitly set by calling log_open() on the feed handler side.

Syntax

uint16_t log_message_force( uint16_t level, uint16_t err_num, const char * message );

Parameters

Returns

uint16_t error_code

An error code or ERR_NONE (value 0).