Skip to content

Commit

Permalink
Console log only needs message and new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Apr 4, 2013
1 parent 5d07ada commit 20f6095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoggingExtensions.log4net.Sample/App.config
Expand Up @@ -24,7 +24,7 @@
<foreColor value="Blue, HighIntensity"/>
</mapping>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%logger.%method %-5level %message%newline"/>
<conversionPattern value="%message%newline"/>
</layout>
</appender>
<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
Expand Down

0 comments on commit 20f6095

Please sign in to comment.