Skip to content

Commit

Permalink
[dotnet] mark UseVerboseLogging obsolete for Edge service in favor of…
Browse files Browse the repository at this point in the history
… EnableVerboseLogging
  • Loading branch information
titusfortner committed Jan 30, 2024
1 parent 4dc45f7 commit b383138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/webdriver/Edge/EdgeDriverService.cs
Expand Up @@ -50,6 +50,7 @@ protected override DriverOptions GetDefaultDriverOptions()
/// <summary>
/// Gets or sets a value indicating whether the service should use verbose logging.
/// </summary>
[Obsolete("Use EnableVerboseLogging")]
public bool UseVerboseLogging
{
get { return this.EnableVerboseLogging; }
Expand Down

0 comments on commit b383138

Please sign in to comment.