We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d5554 commit abd5c0bCopy full SHA for abd5c0b
src/Common/src/Logging/BootstrapLoggerFactory.cs
@@ -58,7 +58,7 @@ public static BootstrapLoggerFactory CreateConsole()
58
/// Creates a new <see cref="BootstrapLoggerFactory" /> that writes to the console.
59
/// </summary>
60
/// <param name="configure">
61
- /// Enables further configuration of the bootstrap logger from code.
+ /// Enables further configuring the bootstrap logger from code.
62
/// </param>
63
public static BootstrapLoggerFactory CreateConsole(Action<ILoggingBuilder> configure)
64
{
0 commit comments