DiagnosticListenerLoggingAdapter.

LogInformation(EventId, Exception, string) Method

Summary

Logs the information.

Syntax

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

Attributes

Type Description
DiagnosticNameAttribute

Parameters

Name Type Description
eventId EventId The event identifier.
exception Exception The exception.
message string The message.

Return Value

Type Description
void