Re: [Pharo-users] Syslog client

2015-03-31 Thread Norbert Hartl
> Am 31.03.2015 um 15:15 schrieb Sven Van Caekenberghe : > > I believe logging to syslog(d) is part of SystemLogger. > > http://www.smalltalkhub.com/#!/~StephaneDucasse/SystemLogger > > See category SystemLogger-SysLogSender Yes, it is. I used on a daily base. It does not implement all of the

Re: [Pharo-users] Syslog client

2015-03-31 Thread Sven Van Caekenberghe
I believe logging to syslog(d) is part of SystemLogger. http://www.smalltalkhub.com/#!/~StephaneDucasse/SystemLogger See category SystemLogger-SysLogSender > On 31 Mar 2015, at 15:11, Dmitri Zagidulin wrote: > > YES! Awesome! :) I was just about to look to see if there was a decent Syslog > c

Re: [Pharo-users] Syslog client

2015-03-31 Thread Dmitri Zagidulin
YES! Awesome! :) I was just about to look to see if there was a decent Syslog client for Pharo! On Tue, Mar 31, 2015 at 4:46 AM, olivier auverlot < olivier.auver...@gmail.com> wrote: > Hi, > > I just released an UDP client for the Syslog network protocol (RFC5424). > The product is available on S

[Pharo-users] Syslog client

2015-03-31 Thread olivier auverlot
Hi, I just released an UDP client for the Syslog network protocol (RFC5424). The product is available on SmalltalkHub. http://smalltalkhub.com/#!/~olivierauverlot/Syslog Best regards Olivier ;-)