Re: [pulseaudio-discuss] [PATCH 1/2] Log feature: Add a new log target to a file descriptor

2011-03-23 Thread Maarten Bosmans
2011/3/21 Becker, VincentX : >>>'Twas brillig, and Vincent Becker at 18/03/11 10:23 did gyre and >>gimble: 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 >>> >>>Many thanks for your p

Re: [pulseaudio-discuss] [PATCH 1/2] Log feature: Add a new log target to a file descriptor

2011-03-23 Thread Becker, VincentX
>>'Twas brillig, and Vincent Becker at 18/03/11 10:23 did gyre and >gimble: >>> 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 >> >>Many thanks for your perseverence here. We were beginning

Re: [pulseaudio-discuss] [PATCH 1/2] Log feature: Add a new log target to a file descriptor

2011-03-18 Thread Becker, VincentX
H 1/2] Log feature: Add a new log >target to a file descriptor > >'Twas brillig, and Vincent Becker at 18/03/11 10:23 did gyre and gimble: >> This patch enables logging of text debug messages (pa_log feature) >into a file or a device driver. >> Example : pulseaudio -

Re: [pulseaudio-discuss] [PATCH 1/2] Log feature: Add a new log target to a file descriptor

2011-03-18 Thread Colin Guthrie
'Twas brillig, and Vincent Becker at 18/03/11 10:23 did gyre and gimble: > 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 Many thanks for your perseverence here. We were beginning to worry w

[pulseaudio-discuss] [PATCH 1/2] Log feature: Add a new log target to a file descriptor

2011-03-18 Thread Vincent Becker
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 --- src/daemon/cmdline.c |5 +++-- src/daemon/daemon-conf.c | 23 +++ src/pulsecore/log.c | 25 +++