DiagnosticListenerLoggingAdapter.

LogOther(LogLevel, EventId, Exception, string) Method

Summary

Logs the other.

Syntax

public void LogOther(LogLevel logLevel, EventId eventId, Exception exception, string message)

Attributes

Type Description
DiagnosticNameAttribute

Parameters

Name Type Description
logLevel LogLevel The log level.
eventId EventId The event identifier.
exception Exception The exception.
message string The message.

Return Value

Type Description
void