Enterprise Library Logging: TraceListeners Question. - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T07:57:59Z http://stackoverflow.com/feeds/question/352218 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/352218/enterprise-library-logging-tracelisteners-question 0 Enterprise Library Logging: TraceListeners Question. Michael L 2008-12-09T09:25:02Z 2008-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#352225 5 Answer by Igal Serban for Enterprise Library Logging: TraceListeners Question. Igal Serban 2008-12-09T09:36:36Z 2008-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#352258 0 Answer by Michael L for Enterprise Library Logging: TraceListeners Question. Michael L 2008-12-09T09:51:04Z 2008-12-09T09:51:04Z <p>If Yes is the right answer please give igalse a vote</p>