Click or drag to resize

LogSubscriberSubscribeToAssembly(Assembly, VerboseLevel) Method

Subscribes to the publisher of the specified assembly with the specified verbose level.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
Syntax
public void SubscribeToAssembly(
	Assembly assembly,
	VerboseLevel level
)
View Source

Parameters

assembly  Assembly
 
level  VerboseLevel
 
See Also