|
LogSubscriberSubscribeToAssembly(String, VerboseLevel) Method
|
Subscribes to the publisher of the specified assembly with the specified verbose level.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax function SubscribeToAssembly(assemblyExpression, level);
View SourceParameters
- 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