[dotnet] Add readable timestamps to log in Chromium browsers#16133
[dotnet] Add readable timestamps to log in Chromium browsers#16133
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
| /// <summary> | ||
| /// Adds readable timestamps to log | ||
| /// </summary> | ||
| public bool ReadableTimestamp { get; set; } |
There was a problem hiding this comment.
Kind of optional argument, would be nice to convert it to nullable bool?. Yes, it doesn't follow existing pattern, but improving old API is a breaking change.
Contributes to: #14640
User description
🔗 Related Issues
Helps with #12273
💥 What does this PR do?
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement
Description
Add
ReadableTimestampproperty to ChromiumDriverServiceEnable readable timestamp logging via
--readable-timestampcommand line argumentDiagram Walkthrough
File Walkthrough
ChromiumDriverService.cs
Add readable timestamp logging supportdotnet/src/webdriver/Chromium/ChromiumDriverService.cs
ReadableTimestampboolean property with XML documentationCommandLineArgumentsto append--readable-timestampflag whenenabled