zephyr/include/logging
Alexander Polleti 97b7a0adb0 logging: reorder designated initializers in __LOG macro
As C++ does not support designated initializers, including this file
in a c++ file caused a compilation error.
gcc allows them if they are ordered as the members appear in the
struct definition

I tested it with an application using mqtt and ethernet.

Signed-off-by: Alexander Polleti <metapsycholo@gmail.com>
2018-11-27 16:21:04 -08:00
..
log_backend.h logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_core.h logging: reorder designated initializers in __LOG macro 2018-11-27 16:21:04 -08:00
log_ctrl.h logging: refactor log_filter_set to set existing log level 2018-11-20 08:43:34 -05:00
log_instance.h logging: Handle nios2 global pointer register issue 2018-11-10 12:38:29 -05:00
log_msg.h logging: Fix possible out-of-bound access in log_output 2018-10-30 15:29:28 +01:00
log_output.h subsys: logging: Add CR/LF handling flags 2018-10-18 17:53:11 -04:00
log.h logging: Fix LOG_LEVEL dependency on log.h include 2018-11-15 16:31:08 -05:00
sys_log.h logging: deprecate SYS_LOG_ macros 2018-10-31 10:11:14 -04:00