How to write just message to debug output with Enterprise Library Logging?
问题 I want to implement logging with EntLib Logging and hook up two TraceListeners for category "Debugging". One will write those messages to file and other will output them to system trace output the same way Debug.Write does (so that I could monitor them with Sysinternals DbgView), but I can't find how to setup this second listener with formatter that I need. All I really need is just message but it outputs whole bunch of stuff, like EventId, Priority etc. How do I cut all this stuff out? 回答1: