3 references to s_debugLevel
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\GlobalDebug.cs (3)
22
public static bool Error => DebugLevel.Error >=
s_debugLevel
;
24
public static bool Warn => DebugLevel.Warn >=
s_debugLevel
;
26
public static bool Info => DebugLevel.Info >=
s_debugLevel
;