I need to perform logging to console (or debug/trace). Currently I'm using Ent Lib 4.1 Logging Application Block. To log to console I use SystemDiagnosticsTraceListenerData and System.Diagnostics.ConsoleTraceListener.
It performs logging to console fine, but I'm not able to use formatter for this lister type and thus can't format log entries to desired format. What I need is just log message, without having all additional info tha is provided by default (which makes logs less readable for my case).
Is there any configuration option I'm missing to enable formatting for SystemDiagnosticsTraceListener?