aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/logger.c
AgeCommit message (Collapse)Author
2018-01-01Promote logger, and fluff up help text a bit.Rob Landley
2018-01-01Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMESRob Landley
stuff syslog.h does into lib.c and portability.h
2013-08-19In logger and syslogd remove duplicated definitions of facilities and prioritiesFelix Janda
In syslogd.c get the definitions from <syslog.h>. For logger.c we can't do this as well since it causes multiply defined symbols. Instead we define a non-static lookup function in syslog.c for logger.
2013-07-25logger: Some cleanupFelix Janda
2013-03-24Logger, by Ilya Kuzmich.Rob Landley