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 accessed with Logger.Global. If an add-in does not provide its own logging channels, they should log to the Global logger.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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