GetLoggerChannels Method

Summary
Gets the logger channels registered with the specific add-in.
Syntax
C#
C++/CLI
public Dictionary<string, Type> GetLoggerChannels( 
   string addinName, 
   string loggerName 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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