Click or drag to resize

DiagnosticTracerBaseEnableAll Method

Subscribes the observer to all Autofac events.

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public void EnableAll()
Remarks

By default the observer is not subscribed to any events. You must opt-in to any events you wish to handle. This method helps you to quickly subscribe to all the Autofac events at once. You may use Enable(String) to subscribe to individual events.

See Also