From 20ca236019c48cb0caccf43258e9620df5c02683 Mon Sep 17 00:00:00 2001 From: Nick Miller Date: Thu, 6 Dec 2012 16:01:30 +1100 Subject: [PATCH] fixed typo, XML documentation for logger factory --- .../Logging/Support/Logging/ConsoleLogFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceStack.Interfaces/Logging/Support/Logging/ConsoleLogFactory.cs b/src/ServiceStack.Interfaces/Logging/Support/Logging/ConsoleLogFactory.cs index 8a39bc9cdca..01bde72a2ce 100644 --- a/src/ServiceStack.Interfaces/Logging/Support/Logging/ConsoleLogFactory.cs +++ b/src/ServiceStack.Interfaces/Logging/Support/Logging/ConsoleLogFactory.cs @@ -3,7 +3,7 @@ namespace ServiceStack.Logging.Support.Logging { /// - /// Creates a Debug Logger, that logs all messages to: System.Diagnostics.Debug + /// Creates a Console Logger, that logs all messages to: System.Console /// /// Made public so its testable ///