]> code.delx.au - pulseaudio/commit
log: Add a new log target to a file descriptor
authorVincent Becker <vincentx.becker@intel.com>
Fri, 18 Mar 2011 10:23:46 +0000 (11:23 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Mar 2011 12:32:51 +0000 (12:32 +0000)
commitf7acd4bdab7092700a9386802a0ec86d4362e58c
treef21aa3373c9816778fa7067682f766babfc7834f
parent26366664c140664f70d46772f0d1a790ec885410
log: Add a new log target to a file descriptor

This patch enables logging of text debug messages (pa_log feature) into a file or a device driver.
Example : pulseaudio --log-target=file:./mylog.txt

(Minor tweaks by Colin + Arun)
src/daemon/cmdline.c
src/daemon/daemon-conf.c
src/pulsecore/log.c
src/pulsecore/log.h