Re: [PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-12 Thread Giulio Camuffo
2016-08-12 10:25 GMT+02:00 Pekka Paalanen : > On Thu, 11 Aug 2016 17:06:02 +0200 > Giulio Camuffo wrote: > >> 2016-08-11 16:39 GMT+02:00 Pekka Paalanen : >> > On Tue, 9 Aug 2016 12:46:56 +0200 >> > Giulio Camuffo wrote: >> > >> >> The new wl_display_add_protocol_logger allows to set a function a

Re: [PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-12 Thread Pekka Paalanen
On Thu, 11 Aug 2016 17:06:02 +0200 Giulio Camuffo wrote: > 2016-08-11 16:39 GMT+02:00 Pekka Paalanen : > > On Tue, 9 Aug 2016 12:46:56 +0200 > > Giulio Camuffo wrote: > > > >> The new wl_display_add_protocol_logger allows to set a function as > >> a logger, which will get called when a new re

Re: [PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-11 Thread Giulio Camuffo
2016-08-11 16:39 GMT+02:00 Pekka Paalanen : > On Tue, 9 Aug 2016 12:46:56 +0200 > Giulio Camuffo wrote: > >> The new wl_display_add_protocol_logger allows to set a function as >> a logger, which will get called when a new request is received or an >> event is sent. >> This is akin to setting WAYL

Re: [PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-11 Thread Pekka Paalanen
On Tue, 9 Aug 2016 12:46:56 +0200 Giulio Camuffo wrote: > The new wl_display_add_protocol_logger allows to set a function as > a logger, which will get called when a new request is received or an > event is sent. > This is akin to setting WAYLAND_DEBUG=1, but more powerful because it > can be en

Re: [PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-11 Thread Giulio Camuffo
Hi, 2016-08-10 18:28 GMT+02:00 Yong Bakos : > Hi Giulio, > >> On Aug 9, 2016, at 3:46 AM, Giulio Camuffo wrote: >> >> The new wl_display_add_protocol_logger allows to set a function as >> a logger, which will get called when a new request is received or an >> event is sent. >> This is akin to set

Re: [PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-10 Thread Yong Bakos
Hi Giulio, > On Aug 9, 2016, at 3:46 AM, Giulio Camuffo wrote: > > The new wl_display_add_protocol_logger allows to set a function as > a logger, which will get called when a new request is received or an > event is sent. > This is akin to setting WAYLAND_DEBUG=1, but more powerful because it >

[PATCH weston v3 6/6] Add API to install protocol loggers on the server wl_display

2016-08-09 Thread Giulio Camuffo
The new wl_display_add_protocol_logger allows to set a function as a logger, which will get called when a new request is received or an event is sent. This is akin to setting WAYLAND_DEBUG=1, but more powerful because it can be enabled at run time and allows to show the log e.g. in a UI view. A tes