summaryrefslogtreecommitdiffstats
path: root/libdaemon/server/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* libdaemon: Draft logging infrastructure.Petr Rockai2012-08-081-1/+1
| | | | | | | | | | | - logging is not controlled by "levels" but by "types"; types are independent of each other... implementation of the usual "log level" user-level semantics can be simply done on top; the immediate application is enabling/disabling wire traffic logging independently of other debug data, since the former is rather bulky and can easily obscure almost everything else - all logs go to "outlets", of which we currently have 2: syslog and stderr; which "types" go to which "outlets" is entirely configurable
* new makefilesAlasdair Kergon2012-02-281-0/+22