Lines Matching refs:facility
60 /* The facility argument is used to specify what type of program is logging
67 * LOG_DAEMON - System daemons without separate facility value
142 * sent to the logging facility. The syslog() function ensures that
146 * LOG_NDELAY - Open the connection to the logging facility immediately.
159 * The facility argument encodes a default facility to be assigned to all
160 * messages that do not have an explicit facility already encoded. The
161 * initial default facility is LOG_USER.
168 void openlog(FAR const char *ident, int option, int facility);
190 * ORing the facility and the level values (see include/syslog.h). The
211 * ORing the facility and the level values (see include/syslog.h). The