←Select platform

GetGlobalChannels Method

Summary

Gets the list of global channels.

Syntax

C#
VB
C++
[CLSCompliantAttribute(false)] 
public List<ILoggingChannel> GetGlobalChannels() 
  
<CLSCompliantAttribute(False)> 
Public Function GetGlobalChannels() As List(Of ILoggingChannel) 
[CLSCompliantAttribute(false)] 
public: 
List<ILoggingChannel^>^ GetGlobalChannels();  

Return Value

List of global changes

Remarks

Global channels can be access with Logger.Global. If an addin doesn't one to provide his own logging channels they should log to the Global logger.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly