DiagnosticListenerLoggingAdapter Class

Summary

DiagnosticListenerLoggingAdapter.
Assembly
Rocket.Surgery.Conventions.dll
Namespace
Rocket.Surgery.Conventions
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DiagnosticListenerLoggingAdapter"] class Type type-node

Syntax

public class DiagnosticListenerLoggingAdapter

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
DiagnosticListenerLoggingAdapter(ILogger) Initializes a new instance of the DiagnosticListenerLoggingAdapter class.

Methods

Name Value Summary
LogCritical(EventId, Exception, string) void
Logs the critical.
LogDebug(EventId, Exception, string) void
Logs the debug.
LogError(EventId, Exception, string) void
Logs the error.
LogInformation(EventId, Exception, string) void
Logs the information.
LogOther(LogLevel, EventId, Exception, string) void
Logs the other.
LogTrace(EventId, Exception, string) void
Logs the trace.
LogWarning(EventId, Exception, string) void
Logs the warning.

Extension Methods