walnux/include/nuttx/syslog
2016-06-19 14:50:00 -06:00
..
ramlog.h Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
syslog.h Need to pass va_list as a reference to vsyslog. This is because va_list is a structure in some compilers and passing of structures in the NuttX sycalls does not work. 2016-06-19 14:50:00 -06:00
syslog_console.h There is now one-and-only-one copy of syslog_putc. It is in the SYSLOG channel logic and can redirect syslog output as needed. All former syslog_putc versions were renamed and the corresponding SYSLOG device initializaiton now calls syslog_channel() 2016-06-19 13:03:20 -06:00