Home
last modified time | relevance | path

Searched refs:lowsyslog (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/include/
H A Dsyslog.h207 * Name: lowsyslog and lowvsyslog
216 * difference between syslog() and lowsyslog() is that the syslog()
218 * lowsyslog() uses a lower level interface that works even from interrupt
221 * If the platform cannot support lowsyslog, then we will substitute the
226 * The function lowvsyslog() performs the same task as lowsyslog() with
234 int lowsyslog(int priority, FAR const char *format, ...);
240 # define lowsyslog(p,f,...) syslog(p,f,##__VA_ARGS__) macro
242 # define lowsyslog (void) macro

Completed in 1 milliseconds