vSysLog download | SourceForge.net
sourceforge.net › projects › vsyslogDec 27, 2014 · vSysLog is simple syslog viewer developed for showing syslog messages in more human-readable form. This software uses user-defined patterns for formatting received messages. It works on Linux/GTK+ platform. Project Samples Project Activity See All Activity > Categories Log Analysis, Monitoring, Logging License
The GNU C Library - Syslog
ftp.gnu.org › old-gnu › Manualssyslog, vsyslog. The symbols referred to in this section are declared in the file `syslog.h'. Function: void syslog (int facility_priority, char *format, ...) syslog submits a message to the Syslog facility. It does this by writing to the Unix domain socket /dev/log. syslog submits the message with the facility and priority indicated by facility_priority.
syslog; vsyslog (The GNU C Library)
www.gnu.org › html_node › syslog_003b-vsyslogsyslog; vsyslog (The GNU C Library) Function: void syslog (int facility_priority, const char *format, …) Preliminary: | MT-Safe env locale | AS-Unsafe corrupt heap lock dlopen | AC-Unsafe corrupt lock mem fd | See POSIX Safety Concepts . syslog submits a message to the Syslog facility. It does this by writing to the Unix domain socket /dev/log .
The GNU C Library - syslog; vsyslog
ftp.gnu.org › old-gnu › ManualsThe GNU C Library - syslog; vsyslog Function: void syslog (int facility_priority, char *format, ...) syslog submits a message to the Syslog facility. It does this by writing to the Unix domain socket /dev/log . syslog submits the message with the facility and priority indicated by facility_priority.
syslog(3) — Arch manual pages
https://man.archlinux.org/man/syslog.3.enCONFORMING TO The functions openlog(), closelog(), and syslog() (but not vsyslog()) are specified in SUSv2, POSIX.1-2001, and POSIX.1-2008.. POSIX.1-2001 specifies only the LOG_USER and LOG_LOCAL* values for facility.However, with the exception of LOG_AUTHPRIV and LOG_FTP, the other facility values appear on most UNIX systems. The LOG_PERROR value for option is …