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-proj... 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-octop... But with the examples, it should be straight forward.. Santiago.
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-proj...
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-octop...
But with the examples, it should be straight forward..
Santiago.
On 07 Sep 2012, at 17:50, Paul DeBruicker <pdebruic@gmail.com> 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:
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
participants (3)
-
Paul DeBruicker -
Santiago Bragagnolo -
Sven Van Caekenberghe