[squeak-dev] How to really make portion of code optional

Keith Hodges keith_hodges at yahoo.co.uk
Mon Aug 18 05:54:49 UTC 2008


> Otherwise Keith Hodges has a logging framework, or you could use
> Toothpick (http://www.metaprog.com/Toothpick/) which I believe has a
> Smalltalk implementation.
>
> Gulik.
FYI:

The 'Logging' framework serves as a standard interface to a number of
backends of which there are 5.

Null - Null Logger does nothing.
TranscriptLog - Logs thread safely to the Transcript (part of standard
Logging package)
SimpleLog - Adaptor onto the SLLog code from Gjallar, includes:
    - startMorph
    - startFile: filename
    - startSyslog
    - startTranscript
Toothpick - Adaptor onto the toothpick framework
LogEngine - Adaptor onto the LogEngine code (not yet implemented)

best regards

Keith




More information about the Squeak-dev mailing list