Re: [PATCH 1/2] New logging functionality

2012-02-02 Thread Pekka Paalanen
On Fri, 3 Feb 2012 00:16:00 +0200 ustun.ergeno...@gmail.com wrote: > From: Ustun Ergenoglu > > Added logging fuctions that print out to a logfile and stderr. Logging levels > can be specified. > > Signed-off-by: Ustun Ergenoglu > --- > src/Makefile.am |6 ++- > src/wayland-log.c | 131

[PATCH 1/2] New logging functionality

2012-02-02 Thread ustun . ergenoglu
From: Ustun Ergenoglu Added logging fuctions that print out to a logfile and stderr. Logging levels can be specified. Signed-off-by: Ustun Ergenoglu --- src/Makefile.am |6 ++- src/wayland-log.c | 131 + src/wayland-log.h | 67 ++