We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354e39a commit c11ded9Copy full SHA for c11ded9
dotnet/src/dotnetframework/GxClasses/Security/WebSecurity.cs
@@ -150,8 +150,8 @@ internal class TokenValue
150
151
[SecuritySafeCritical]
152
public static class SecureTokenHelper
153
- {
154
- static readonly IGXLogger _log = GXLoggerFactory.GetLogger(typeof(SecureTokenHelper).FullName);
+ {
+ private static readonly ILog _log = LogManager.GetLogger(typeof(SecureTokenHelper));
155
internal const string ValueTypeHash = "hash";
156
const int MaxTokenValueLength = 1024;
157
0 commit comments