Click or drag to resize

DiagnosticTracerBaseIsEnabled Method

Determines if this observer is enabled for listening to a specific named event.

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public bool IsEnabled(
	string diagnosticName
)

Parameters

diagnosticName
Type: SystemString
The name of the event to check. Diagnostic names are case-sensitive.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Autofac.Diagnostics.DiagnosticTracerBase.IsEnabled(System.String)"]

See Also