We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ed53d commit 811acf6Copy full SHA for 811acf6
dotnet/src/webdriver/Internal/Logging/ConsoleHandler.cs renamed to dotnet/src/webdriver/Internal/Logging/ConsoleLogHandler.cs
@@ -1,4 +1,4 @@
1
-// <copyright file="ConsoleHandler.cs" company="Selenium Committers">
+// <copyright file="ConsoleLogHandler.cs" company="Selenium Committers">
2
// Licensed to the Software Freedom Conservancy (SFC) under one
3
// or more contributor license agreements. See the NOTICE file
4
// distributed with this work for additional information
@@ -27,5 +27,5 @@ namespace OpenQA.Selenium.Internal.Logging
27
/// <summary>
28
/// Represents a log handler that writes log events to the given text writer.
29
/// </summary>
30
- public class ConsoleHandler() : TextWriterHandler(Console.Error);
+ public class ConsoleLogHandler() : TextWriterHandler(Console.Error);
31
}
0 commit comments