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/dev.voltstro.unitywebbrowser@2.2.5/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.
Copy file name to clipboardExpand all lines: src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/dev.voltstro.unitywebbrowser@2.2.5/Runtime/UwbWebView.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,17 @@ public async UniTask Init(int engineStartupTimeoutMs, bool redactTokensInLogs, F
0 commit comments