The following is in config file.
<formatters>
<add template="{timestamp} {severity} {category} {message}" type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name="SingleLineFormatter" />
</formatters>
which displays
31/05/2011 11:43:24 Information ...
But there is no millisecond displayed which would be useful for perf instrumentation, anyone knows how to display? Thanks.