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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly