Skip to content

Commit d8f1bbf

Browse files
committed
Merge pull request ServiceStack#365 from namman/master
just a typo
2 parents 584d2f1 + 20ca236 commit d8f1bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceStack.Interfaces/Logging/Support/Logging/ConsoleLogFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace ServiceStack.Logging.Support.Logging
44
{
55
/// <summary>
6-
/// Creates a Debug Logger, that logs all messages to: System.Diagnostics.Debug
6+
/// Creates a Console Logger, that logs all messages to: System.Console
77
///
88
/// Made public so its testable
99
/// </summary>

0 commit comments

Comments
 (0)