VeriStand .NET API Reference

TextLogFile.AddChannel Method (TextLogChannel)

Adds the specified channel to the list of channels to log.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub AddChannel ( _
	channel As TextLogChannel _
)
C#
public void AddChannel(
	TextLogChannel channel
)
Visual C++
public:
void AddChannel(
	TextLogChannel^ channel
)

Parameters

channel
Type: NationalInstruments.VeriStand.ClientAPI.Logging.TextLogChannel
Specifies information about the channel to log.

See Also

Log in to get a better experience