The syslog deamon (syslogd) on Unix systems provides message logging for other services so that each service doesn’t have to duplicate the same basic functionality to manage logging for itself. The ...
This a programming / Linux / admin type question, but probably more weighted towards programming. I am interested in capturing system messages in the kernel before they hit the logfile. I am not ...