IdentityModelEventSource
HeaderWritten
HiddenPIIString
Logger
LogLevel
ShowPII
Write(EventLevel, Exception, String)
Write(EventLevel, Exception, String, Object[])
WriteAlways(String)
WriteAlways(String, Object[])
WriteCritical(String)
WriteCritical(String, Object[])
WriteError(String)
WriteError(String, Object[])
WriteInformation(String)
WriteInformation(String, Object[])
WriteVerbose(String)
WriteVerbose(String, Object[])
WriteWarning(String)
WriteWarning(String, Object[])
netcoreapp2.2
namespace Microsoft.IdentityModel.Logging
{
[EventSource(Name = "Microsoft.IdentityModel.EventSource")]
public class IdentityModelEventSource : EventSource
{
[Event(4, Level = EventLevel.Error)]
public void WriteError(string message);
}
}
| .NET Core | 2.02.12.2 |
|---|---|
Information specific to netcoreapp2.2 | |
| Assembly | Microsoft.IdentityModel.Logging , Version=5.3.0.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API