Is there a .NET logging class that does not rely on XML configuration files? I thought is was possible with log4net but can't find any info.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
It is possible to configure log4net in code. See this example: link. |
||||
|
|
|
Loggr: http://loggr.net/go/cloud-service-for-net-logging Loggr is a hosted event logging service with some cool features. They have a great, fluent logging agent for .Net developers. Loggr can be used without any configuration in web.config as well.
|
||||
|
|