Re: [PATCH v4 1/2] Weston: log.c, log.h

2012-06-01 Thread Pekka Paalanen
Hi Martin, comments inline as usual. On Thu, 31 May 2012 21:48:23 +0200 Martin Minarik wrote: > This is logging functionality for weston compositor. > > It handles: > messages coming from libwayland-server from wl_log() > messages from weston itself, from weston_log() > > Introduce --log op

[PATCH v4 1/2] Weston: log.c, log.h

2012-05-31 Thread Martin Minarik
This is logging functionality for weston compositor. It handles: messages coming from libwayland-server from wl_log() messages from weston itself, from weston_log() Introduce --log option, to specify log file path on the command line. When the path is incorrect, or on weston_log_file_destroy(),