Hi, 2009/3/28 Bogusław Brandys <bran...@o2.pl>: > > What is unique in log4delphi compared to multilog package ?
And how does both of these differ to the built-in logging support from tiOPF? I went to the log4delphi sourceforge website. It seems it's usage and features are very similar to tiOPF's logging support, but it still seems that tiOPF has more features and options. eg: log4delphi logger.debug('a debug log message') logger.warn('a warning log message') eg: tiOPF Log('a debug log message', lsDebug); Log('a warning log message', lsWarning); or simply... Log('a log message'); tiOPF's logging is also thread safe, can save in the application folder or under Linux & Vista in the users writeable 'Application Data' directory. You also have a -l (log to file), -lc (log to console) or -lv (log to file and gui window) application parameter. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus