My application needs to log informations about user actions (inserts, updates, deletes, etc) and exceptions and i want to store de log on Oracle10, so i'am searching some log framework to use. I read a little bit about:
1 -Log4Net
2 - Logging Application Block
3 - Elmah
Whats your opinion about these log tools? Whats a good framework (or way to implement) log on my application?
*After a discussion with the project manager, Logging Application Block will be our choice, but, lets comment about this =)