GetLoggerChannels Method

Summary

Gets the logger channels registered with the specific add-in.

Syntax
C#
VB
C++
public Dictionary<string, Type> GetLoggerChannels( 
   string addinName, 
   string loggerName 
) 
  
Public Function GetLoggerChannels( _ 
   ByVal addinName As String, _ 
   ByVal loggerName As String _ 
) As Dictionary(Of String,Type) 
public: 
Dictionary<String^,Type^>^ GetLoggerChannels(  
   String^ addinName, 
   String^ loggerName 
)  

Parameters

addinName
Name of the add-in.

loggerName
The name of the logger to get.

Return Value

An index list of logger channels registered with the specified logger.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly