NullIdentityModelLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A minimalistic IIdentityLogger implementation that is disabled by default and doesn't log.
public sealed class NullIdentityModelLogger : Microsoft.IdentityModel.Abstractions.IIdentityLogger
type NullIdentityModelLogger = class
interface IIdentityLogger
Public NotInheritable Class NullIdentityModelLogger
Implements IIdentityLogger
- Inheritance
-
NullIdentityModelLogger
- Implements
Properties
Instance |
Default instance of NullIdentityModelLogger. |
Methods
IsEnabled(EventLogLevel) |
Checks to see if logging is enabled at given |
Log(LogEntry) |
Writes a log entry. |