You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/[email protected]/Runtime/Logging/DefaultUnityWebBrowserLogger.cs
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
8
8
usingSystem;
9
9
usingUnityEngine;
10
+
usingVoltstroStudios.UnityWebBrowser.Shared;
10
11
11
12
namespaceVoltstroStudios.UnityWebBrowser.Logging
12
13
{
@@ -18,32 +19,43 @@ public sealed class DefaultUnityWebBrowserLogger : IWebBrowserLogger
18
19
privateconststringLoggingTag="[UWB]";
19
20
20
21
privatereadonlyILoggerlogger;
22
+
23
+
privateLogSeveritylogSeverity;
21
24
22
25
/// <summary>
23
26
/// A function that defines how sensitive data should be redacted.
0 commit comments