Skip to content

Commit d62a05a

Browse files
committed
[dotnet] add performance log type (#10616)
1 parent d3ed02a commit d62a05a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dotnet/src/webdriver/LogType.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,10 @@ public static class LogType
4747
/// Profiling logs.
4848
/// </summary>
4949
public static readonly string Profiler = "profiler";
50+
51+
/// <summary>
52+
/// Performance logs.
53+
/// </summary>
54+
public static readonly string Performance = "performance";
5055
}
5156
}

0 commit comments

Comments
 (0)