Re: [PATCH libinput] Add a customizable log handler

2014-02-18 Thread Jonas Ã…dahl
On Fri, Feb 14, 2014 at 10:16:02AM +1000, Peter Hutterer wrote: The previous log handler wasn't actually hooked up to anything. Add a public API for the log handler with priority filtering, defaulting to priority 'error' and stderr as output stream. And to keep the diff down and convenience

[PATCH libinput] Add a customizable log handler

2014-02-13 Thread Peter Hutterer
The previous log handler wasn't actually hooked up to anything. Add a public API for the log handler with priority filtering, defaulting to priority 'error' and stderr as output stream. And to keep the diff down and convenience up, provide a few simple wrappers for logging. The generic is