Click or drag to resize

LogSubscriberSubscribeToAssembly(String, 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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
public void SubscribeToAssembly(
	string assemblyExpression,
	VerboseLevel level
)
View Source

Parameters

assemblyExpression  String
An expression of the name of an assembly. Must include a * or ? to be considered an expression.
level  VerboseLevel
The level
See Also