Skip to content

Commit 811acf6

Browse files
committed
ConsoleLogHandler is correct name
1 parent b3ed53d commit 811acf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/webdriver/Internal/Logging/ConsoleHandler.cs renamed to dotnet/src/webdriver/Internal/Logging/ConsoleLogHandler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ConsoleHandler.cs" company="Selenium Committers">
1+
// <copyright file="ConsoleLogHandler.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
@@ -27,5 +27,5 @@ namespace OpenQA.Selenium.Internal.Logging
2727
/// <summary>
2828
/// Represents a log handler that writes log events to the given text writer.
2929
/// </summary>
30-
public class ConsoleHandler() : TextWriterHandler(Console.Error);
30+
public class ConsoleLogHandler() : TextWriterHandler(Console.Error);
3131
}

0 commit comments

Comments
 (0)