Skip to content

Commit

Permalink
corrected name of log4net configuration extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Aug 24, 2015
1 parent 6704d19 commit cb35d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rebus.Log4net/Log4NetConfigurationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class Log4NetConfigurationExtensions
/// <summary>
/// Configures Rebus to use Log4Net for all of its internal logging, getting its loggers by calling logger <see cref="LogManager.GetLogger(Type)"/>
/// </summary>
public static void NLog(this RebusLoggingConfigurer configurer)
public static void Log4Net(this RebusLoggingConfigurer configurer)
{
RebusLoggerFactory.Current = new Log4NetLoggerFactory();
}
Expand Down

0 comments on commit cb35d83

Please sign in to comment.