PDA

View Full Version : Logging?



Darkhog
28-06-2013, 06:48 PM
Is there some easy logging class for object pascal? Which would be as easy as Java's logger class?

Mirage
30-06-2013, 09:29 AM
When I started to work with Java I decided to adapt some ideas from Java world to Pascal world.
Logging is one of the things.
May be you'll like it:
https://github.com/casteng/base/blob/dev/Logger.pas

Darkhog
30-06-2013, 09:41 AM
Thanks for that!