Autofac.Diagnostics Namespace |
[Missing <summary> documentation for "N:Autofac.Diagnostics"]
Class | Description | |
---|---|---|
DefaultDiagnosticTracer |
Provides a default resolve pipeline tracer that builds a multi-line
string describing the end-to-end operation flow. Attach to the
OperationCompleted
event to receive notifications when new trace content is available.
| |
DiagnosticTracerBase |
Base class for creating diagnostic tracers that follow Autofac diagnostic events.
| |
MiddlewareDiagnosticData |
Diagnostic data associated with middleware events.
| |
OperationDiagnosticTracerBaseTContent |
Base class for tracers that require all operations for logical operation tracing.
| |
OperationFailureDiagnosticData |
Diagnostic data associated with resolve operation failure events.
| |
OperationStartDiagnosticData |
Diagnostic data associated with resolve operation start events.
| |
OperationSuccessDiagnosticData |
Diagnostic data associated with resolve operation success events.
| |
OperationTraceCompletedArgsTContent |
Event data for the OperationCompleted event.
| |
RequestDiagnosticData |
Diagnostic data associated with resolve request events.
| |
RequestFailureDiagnosticData |
Diagnostic data associated with resolve request failure events.
|