zephyr/include/logging
Jukka Rissanen 5cac62387a logging: Avoid compile warning because of wrong type
The macro parameters need to be protected by (), otherwise it
is possible to get this kind of warning

   include/logging/log_core.h:214:6: note: expected
     ‘u32_t {aka unsigned int}’ but argument is of type ‘char *’
     void log_3(const char *str,

This can happen for example if the macro parameter is not plain
variable. Example:

  NET_DBG("Route %p nexthop %s", route,
         nexthop ? net_sprint_ipv6_addr(nexthop) : "<unknown>");

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-07-09 11:17:14 -04:00
..
event_logger.h lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
kernel_event_logger.h subsys: kernel_event_logger: change kernel event values 2018-02-23 07:29:29 -05:00
log_backend_uart.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_backend.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log_core.h logging: Avoid compile warning because of wrong type 2018-07-09 11:17:14 -04:00
log_ctrl.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log_instance.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_msg.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log_output.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
sys_log.h include: logging: clean up of sys_log.h 2018-02-09 10:11:52 -05:00