LoggingChannels Property

Summary
Gets the logging channels.
Syntax
C#
VB
C++
public List<ILoggingChannel> LoggingChannels { get; } 
  
Public ReadOnly Property LoggingChannels As List(Of ILoggingChannel) 
public: 
property List<ILoggingChannel^>^ LoggingChannels { 
   List<ILoggingChannel^>^ get(); 
} 

Property Value

The logging channels registered with this logger instance.

Example

For an example refer to Info(String,String)

Requirements

Target Platforms

See Also

Reference

Logger Class

Logger Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.