IIdentityLogger.Log(LogEntry) Method
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.
Writes a log entry.
public void Log (Microsoft.IdentityModel.Abstractions.LogEntry entry);
abstract member Log : Microsoft.IdentityModel.Abstractions.LogEntry -> unit
Public Sub Log (entry As LogEntry)
Parameters
- entry
- LogEntry
Defines a structured message to be logged at the provided EventLogLevel.