←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Logging Assembly