Skip to content

Commit

Permalink
Add console type timeStamp (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Sep 27, 2021
1 parent a1c2653 commit 6b50007
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/PuppeteerSharp/ConsoleType.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using System.Runtime.Serialization;

namespace PuppeteerSharp
{
/// <summary>
Expand Down Expand Up @@ -81,5 +83,10 @@ public enum ConsoleType
/// Verbose.
/// </summary>
Verbose,
/// <summary>
/// Time Stamp.
/// </summary>
[EnumMember(Value = "timeStamp")]
Timestamp,
}
}

0 comments on commit 6b50007

Please sign in to comment.