| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Macros | |
| #define | LOG_OUTPUT_FLAG_COLORS BIT(0) | 
| Flag forcing ANSI escape code colors, red (errors), yellow (warnings).  More... | |
| #define | LOG_OUTPUT_FLAG_TIMESTAMP BIT(1) | 
| Flag forcing timestamp.  More... | |
| #define | LOG_OUTPUT_FLAG_FORMAT_TIMESTAMP BIT(2) | 
| Flag forcing timestamp formatting.  More... | |
| #define | LOG_OUTPUT_FLAG_LEVEL BIT(3) | 
| Flag forcing severity level prefix.  More... | |
| #define | LOG_OUTPUT_FLAG_CRLF_NONE BIT(4) | 
| Flag preventing the logger from adding CR and LF characters.  More... | |
| #define | LOG_OUTPUT_FLAG_CRLF_LFONLY BIT(5) | 
| Flag forcing a single LF character for line breaks.  More... | |
| #define | LOG_OUTPUT_FLAG_FORMAT_SYSLOG BIT(6) | 
| Flag forcing syslog format specified in RFC 5424.  More... | |
| #define LOG_OUTPUT_FLAG_COLORS BIT(0) | 
#include <include/zephyr/logging/log_output.h>
Flag forcing ANSI escape code colors, red (errors), yellow (warnings).
| #define LOG_OUTPUT_FLAG_CRLF_LFONLY BIT(5) | 
#include <include/zephyr/logging/log_output.h>
Flag forcing a single LF character for line breaks.
| #define LOG_OUTPUT_FLAG_CRLF_NONE BIT(4) | 
#include <include/zephyr/logging/log_output.h>
Flag preventing the logger from adding CR and LF characters.
| #define LOG_OUTPUT_FLAG_FORMAT_SYSLOG BIT(6) | 
#include <include/zephyr/logging/log_output.h>
Flag forcing syslog format specified in RFC 5424.
| #define LOG_OUTPUT_FLAG_FORMAT_TIMESTAMP BIT(2) | 
#include <include/zephyr/logging/log_output.h>
Flag forcing timestamp formatting.
| #define LOG_OUTPUT_FLAG_LEVEL BIT(3) | 
#include <include/zephyr/logging/log_output.h>
Flag forcing severity level prefix.
| #define LOG_OUTPUT_FLAG_TIMESTAMP BIT(1) | 
#include <include/zephyr/logging/log_output.h>
Flag forcing timestamp.