#include <logging/log_output.h>
#include <logging/log_msg2.h>
#include <stdarg.h>
#include <toolchain.h>
#include <sys/util.h>
Go to the source code of this file.
◆ log_dict_output_msg_type
Log message type
Enumerator |
---|
MSG_NORMAL | |
MSG_DROPPED_MSG | |
◆ log_dict_output_dropped_process()
Process dropped messages indication for dictionary-based logging.
Function prints error message indicating lost log messages.
- Parameters
-
output | Pointer to the log output instance. |
cnt | Number of dropped messages. |
◆ log_dict_output_msg2_process()
Process log messages v2 for dictionary-basde logging.
Function is using provided context with the buffer and output function to process formatted string and output the data.
- Parameters
-
log_output | Pointer to the log output instance. |
msg | Log message. |
flags | Optional flags. |