Skip to content

Commit

Permalink
Docs for Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Nov 28, 2023
1 parent 13b00f6 commit 34b9b40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dotnet/src/webdriver/Internal/Logging/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@

namespace OpenQA.Selenium.Internal.Logging
{
/// <inheritdoc cref="ILogger" />
/// <summary>
/// The implementation of the <see cref="ILogger"/> interface through which log messages are emitted.
/// </summary>
/// <inheritdoc />
internal class Logger : ILogger
{
public Logger(Type issuer, LogEventLevel level)
Expand Down

0 comments on commit 34b9b40

Please sign in to comment.