Skip to content

Commit c11ded9

Browse files
Fix build error
1 parent 354e39a commit c11ded9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/dotnetframework/GxClasses/Security/WebSecurity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ internal class TokenValue
150150

151151
[SecuritySafeCritical]
152152
public static class SecureTokenHelper
153-
{
154-
static readonly IGXLogger _log = GXLoggerFactory.GetLogger(typeof(SecureTokenHelper).FullName);
153+
{
154+
private static readonly ILog _log = LogManager.GetLogger(typeof(SecureTokenHelper));
155155
internal const string ValueTypeHash = "hash";
156156
const int MaxTokenValueLength = 1024;
157157

0 commit comments

Comments
 (0)