Logs MongoTalk

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

Logs MongoTalk

Santiago Bragagnolo
Hi Francois!

Here is logger for pharo. It works in pharo 1.2, 1.3, 1.4 and 2.0.


http://concretetypeinference.blogspot.fr/2012/06/metacello-paullepoulpe-project-version.html

  Gofer new
           url: 'http://ss3.gemstone.com/ss/PaulLePoulpe';
           package: 'ConfigurationOfPaulLePoulpe';
           load.

   ( ConfigurationOfPaulLePoulpe project version:'1.0') load




There are some examples in the package, in any case, you can get some documentation in here:


http://concretetypeinference.blogspot.fr/2012/06/pharo-logger-aka-paul-octopus-or-le.html


But with the examples, it should be straight forward..


Santiago.
Reply | Threaded
Open this post in threaded view
|

Re: Logs MongoTalk

Paul DeBruicker
There's also

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

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

Nagare https://code.google.com/p/nagare-logger/


but no default one in the image.  there was a discussion about it here:

http://forum.world.st/Log-framework-td4632375.html






On 09/07/2012 08:23 AM, Santiago Bragagnolo wrote:

> Hi Francois!
>
> Here is logger for pharo. It works in pharo 1.2, 1.3, 1.4 and 2.0.
>
>
> http://concretetypeinference.blogspot.fr/2012/06/metacello-paullepoulpe-project-version.html
>
>    Gofer new
>             url: 'http://ss3.gemstone.com/ss/PaulLePoulpe';
>             package: 'ConfigurationOfPaulLePoulpe';
>             load.
>
>     ( ConfigurationOfPaulLePoulpe project version:'1.0') load
>
>
>
>
> There are some examples in the package, in any case, you can get some
> documentation in here:
>
>
> http://concretetypeinference.blogspot.fr/2012/06/pharo-logger-aka-paul-octopus-or-le.html
>
>
> But with the examples, it should be straight forward..
>
>
> Santiago.


Reply | Threaded
Open this post in threaded view
|

Re: Logs MongoTalk

Sven Van Caekenberghe-2

On 07 Sep 2012, at 17:50, Paul DeBruicker <[hidden email]> wrote:

> There's also
>
> Toothpick http://www.squeaksource.com/Toothpick.html
>
> Logging http://www.squeaksource.com/Logging.html
>
> Nagare https://code.google.com/p/nagare-logger/
>
>
> but no default one in the image.  there was a discussion about it here:
>
> http://forum.world.st/Log-framework-td4632375.html

Hmm, there are actually two options that _are_ in the image:

- Transcript logging (directly or through #log: and #crLog:) which can be redirected to files and stdout using NonInteractiveTranscript

- Zinc-HTTP-Logging which is more of a mini framework (announcements based, with categories and somewhat object based)

As I have said before: it seems hard to find agreement on one solution, some find X too simple, others find Y too complex; it is not a very hard problem domain, so many people roll their own solution.

Sven
 


--
Sven Van Caekenberghe
http://stfx.eu
Smalltalk is the Red Pill