Re: [systemd-devel] Erlang binding for Journal

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 18, 2013 at 05:40:55PM +0100, Holger Winkelmann [TP] wrote: > Hi, > > We have just released the Erlang Binding ejournald [1] for the journal. It > exposes the journal native > API to log natively and query the journal. > > There is also a Erlang lager_journald_backend [2] which can

[systemd-devel] Erlang binding for Journal

2013-12-18 Thread Holger Winkelmann [TP]
Hi, We have just released the Erlang Binding ejournald [1] for the journal. It exposes the journal native API to log natively and query the journal. There is also a Erlang lager_journald_backend [2] which can be used for Erlang applications. [1] https://github.com/travelping/ejournald [2] htt