LogEngine

Summary: A Log engine
Author: Giovanni Giorgi
Owner: Giovanni Giorgi (gg)
Co-maintainers: <None>
Categories:
Homepage: http://objectsroot.com
PackageInfo name: <Not entered>
RSS feed:

Description:

A powerful and small LogEngine for Squeak!
A Sample usage is
lc := LogClient getInstance: 'Client'.
lc debug:'test1'.
lc info:'test2'.

When you create a LogClient, you must use the getInstance: method, passing a "Category Name"
used to create a special category log file.

LogClient features:
+ Integrated con Preferences (debug panel)
+ Can output on file and on Transcript on demand
+ Can print the method where the line is called
+ Can disable the debug level (only this for the meantime, sorry).
+ Easy to extend

Releases


Back