TextLogFile.AddChannel Method (TextLogChannel)
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds the specified channel to the list of channels to log.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: 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.