tags:

views:

99

answers:

3
+1  Q: 

Books on logging

Are there any good books that discuss logging?

I've only used rudimentary homegrown logging solutions on my projects and would like to start using more capable logging libraries, but before I do, I'd to know more about the domain, i.e. what I should be logging, best way to setup your logging code, etc.

+3  A: 

There was a good book on log4j which discussed the general issue. Can you maybe give more of an idea what questions you have?

Charlie Martin
+2  A: 

You could take a look at the Microsoft Logging Application Block pages on MSDN , which discuss the design and concepts around logging.

dylantblack