[squeak-dev] [ANN] Syslog for Toothpick

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] [ANN] Syslog for Toothpick

Udo Schneider
All,

 From a project I'm currently working on I just extracted an Syslog
Extension for Toothpick. So if you are running (headless) Squeak or
Seaside apps on *nix this might be usefull.

http://www.squeaksource.com/Toothpick.html

CU,

Udo


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] [ANN] Syslog for Toothpick

Philippe Marschall
2009/3/2 Udo Schneider <[hidden email]>:
> All,
>
> From a project I'm currently working on I just extracted an Syslog Extension
> for Toothpick. So if you are running (headless) Squeak or Seaside apps on
> *nix this might be usefull.
>
> http://www.squeaksource.com/Toothpick.html

I what way is this different than:
http://www.squeaksource.com/syslog.html

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: [ANN] Syslog for Toothpick

Udo Schneider
Philippe Marschall schrieb:
> I what way is this different than:
> http://www.squeaksource.com/syslog.html
On first sight one important thing: Your code isbetter.

I'm a bit confused why I didn't find it when I searched for it before
starting my stuff.

One thing where I'm not sure about is config file support. I normally
setup loggers in Toothpick using a config file. As far as I can see this
is missing - or did I miss another package?

CU,

Udo


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: [ANN] Syslog for Toothpick

Göran Krampe
Udo Schneider wrote:

> Philippe Marschall schrieb:
>> I what way is this different than:
>> http://www.squeaksource.com/syslog.html
> On first sight one important thing: Your code isbetter.
>
> I'm a bit confused why I didn't find it when I searched for it before
> starting my stuff.
>
> One thing where I'm not sure about is config file support. I normally
> setup loggers in Toothpick using a config file. As far as I can see this
> is missing - or did I miss another package?

And also, SimpleLog on SqueakMap (now integrated also with package
Logging) has syslog backend support, and has had it for quite some time.

regards, Göran


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] [ANN] Syslog for Toothpick

keith1y
In reply to this post by Udo Schneider
Udo Schneider wrote:

> All,
>
> From a project I'm currently working on I just extracted an Syslog
> Extension for Toothpick. So if you are running (headless) Squeak or
> Seaside apps on *nix this might be usefull.
>
> http://www.squeaksource.com/Toothpick.html
>
> CU,
>
> Udo
btw: The "Logging" package has now absorbed all of SimpleLog's back end
emitters. (i.e. Logging and SimpleLog have merged) There is a LogSyslog
adapter, and a LogToothpick adapter, amongst others.

Keith


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: [ANN] Syslog for Toothpick

Philippe Marschall
In reply to this post by Udo Schneider
2009/3/2 Udo Schneider <[hidden email]>:

> Philippe Marschall schrieb:
>>
>> I what way is this different than:
>> http://www.squeaksource.com/syslog.html
>
> On first sight one important thing: Your code isbetter.
>
> I'm a bit confused why I didn't find it when I searched for it before
> starting my stuff.
>
> One thing where I'm not sure about is config file support. I normally setup
> loggers in Toothpick using a config file. As far as I can see this is
> missing - or did I miss another package?

Right, I didn't spend any thoughts on this. I assumed that it would
"just work" out of the box like it does for similar logging systems.
Maybe I was a bit naïve.

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: [ANN] Syslog for Toothpick

Udo Schneider
Philippe Marschall schrieb:
> Right, I didn't spend any thoughts on this. I assumed that it would
> "just work" out of the box like it does for similar logging systems.
> Maybe I was a bit naïve.
I does work for the general settings. The syslog specific config options
(like host and port) are missing. Do you mind, if I move the file config
stuff in?

CU,

Udo


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: [ANN] Syslog for Toothpick

Philippe Marschall
2009/3/2 Udo Schneider <[hidden email]>:
> Philippe Marschall schrieb:
>>
>> Right, I didn't spend any thoughts on this. I assumed that it would
>> "just work" out of the box like it does for similar logging systems.
>> Maybe I was a bit naïve.
>
> I does work for the general settings. The syslog specific config options
> (like host and port) are missing. Do you mind, if I move the file config
> stuff in?

Be my guest. I added you as a developer.

Cheers
Philippe