Click or drag to resize

LogSubscriberSubscribeToType(String, VerboseLevel) Method

Subscribes to the publisher of the specified type expression with the specified verbose level.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public void SubscribeToType(
	string typeExpression,
	VerboseLevel level
)
View Source

Parameters

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