| 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
Syntaxpublic bool IsEnabled(
	string diagnosticName
)
Public Function IsEnabled ( 
	diagnosticName As String
) As Boolean
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
See Also