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
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
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
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
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
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
>
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