vote up 6 vote down star

I was wondering; which logging libraries for Delphi do you prefer?

Please try to add a reasoning why you prefer one over the other if you've used more than one.

I'll add suggestions to this question to keep things readable.

flag

8 Answers

vote up 4 vote down check

SmartInspect is really useful. It is the only one I have used. The logging library is good, but the console and the remote TCP/IP logging takes it over the top. I think CodeSite has some similar features.

link|flag
vote up 5 vote down

I've used Codesite and it has been fantastic. On one project, a word-processor, I could easily output a million debug lines, all structured, and Codesite helped greatly with its auto-collapsing indented output. For any task where you have to know what really is happening "underneath" a process that can't be interrupted by user interaction, Codesite is really good. I recommend it heartily.

link|flag
Have you compared CodeSite to other tools? What made you choose CodeSite? – PatrickvL Sep 16 '08 at 15:02
The viewer is very good. What I didn't like that much about CodeSite is that it is elaborate to setup with it's dispatcher and viewer and some extra rights needed in the documents and settings\all users folder. – Lars Truijens Sep 16 '08 at 16:52
vote up 4 vote down

Log4net/ports of Log4xxx to other languages. It's open-source, pretty wide-spread, popular, has a good community behind, and isused widel (for example, in Hibernate/nHibernate).

link|flag
I'm sorry, but I meant this as a Delphi-only question. I've edited the question to better show that intention. – PatrickvL Sep 16 '08 at 14:38
1  
And now I've found the port to Delphi, thanks for the mention - I didn't know about this yet! – PatrickvL Sep 16 '08 at 14:51
vote up 3 vote down

And don't forget the free open source TraceTool

link|flag
vote up 1 vote down

I didn't use CodeSite probably because I'm completely happy with SmartInspect. Highly recommended.

link|flag
vote up 1 vote down

An important value behind CodeSite is Ray Kanopka's support. He personally answers emails and newsgroup posts, and has done so for many years. His answers often contain code that illustrates excellent coding habits.

link|flag
vote up 0 vote down

I am looking into Codesite as well. I built my own in the past but I really like the featrues in Codesite. The Raize componenets are very well written and always quality stuff.

link|flag
vote up 0 vote down

I have used Log4Delphi in many production environments. It is very easy to understand and use if you already are familiar with other log4x frameworks. Too bad it is not under active development anymore.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.