TestDiagnosticListenerLoggingAdapter.

LogOther(LogLevel, EventId, Exception, string) Method

Summary

A logging method

Syntax

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

Attributes

Type Description
DiagnosticNameAttribute

Parameters

Name Type Description
logLevel LogLevel
eventId EventId
exception Exception
message string

Return Value

Type Description
void