Enterprise Library Logging: TraceListeners Question. - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T07:57:59Zhttp://stackoverflow.com/feeds/question/352218http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/352218/enterprise-library-logging-tracelisteners-question0Enterprise Library Logging: TraceListeners Question.Michael L2008-12-09T09:25:02Z2008-12-09T09:51:04Z
<p>Is it possible to log certain events to -> event log for example, while others to -> file trace listener, while others still to -> SQL database. </p>
<p>I want to be able to configure this somewhere so errors go to text, verbose information goes to SQL, and warnings go to (event viewer and text). </p>
<p>Is this type of thing possible?</p>
http://stackoverflow.com/questions/352218/enterprise-library-logging-tracelisteners-question/352225#3522255Answer by Igal Serban for Enterprise Library Logging: TraceListeners Question.Igal Serban2008-12-09T09:36:36Z2008-12-09T09:36:36Z<p><a href="http://www.thejoyofcode.com/Log_Event_to_Listener_Routing_in_Enterprise_Library.aspx" rel="nofollow">Yes</a>.</p>
http://stackoverflow.com/questions/352218/enterprise-library-logging-tracelisteners-question/352258#3522580Answer by Michael L for Enterprise Library Logging: TraceListeners Question.Michael L2008-12-09T09:51:04Z2008-12-09T09:51:04Z<p>If Yes is the right answer please give igalse a vote</p>