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 ///