A powerful and small LogEngine for Squeak!A Sample usage islc := 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