Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 0bb8ad2

Browse files
committed
fixed the comment for default console logger behavior
1 parent aeb07ce commit 0bb8ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Framework.Logging.Console/ConsoleLoggerFactoryExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.Framework.Logging.Console
88
public static class ConsoleLoggerExtensions
99
{
1010
/// <summary>
11-
/// Adds a console logger that is enabled for severity levels of warning or higher.
11+
/// Adds a console logger that is enabled for severity levels of information or higher.
1212
/// </summary>
1313
public static ILoggerFactory AddConsole(this ILoggerFactory factory)
1414
{

0 commit comments

Comments
 (0)