TestDiagnosticListenerLoggingAdapter.

LogDebug(EventId, Exception, string) Method

Summary

A logging method

Syntax

public void LogDebug(EventId eventId, Exception exception, string message)

Attributes

Type Description
DiagnosticNameAttribute

Parameters

Name Type Description
eventId EventId
exception Exception
message string

Return Value

Type Description
void