次の方法で共有


IdentityLoggerAdapter.Log(LogEntry) Method

Definition

Writes a log entry.

public void Log (Microsoft.IdentityModel.Abstractions.LogEntry entry);
abstract member Log : Microsoft.IdentityModel.Abstractions.LogEntry -> unit
override this.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.

Implements

Applies to