LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetLoggerChannels Method
See Also 
Leadtools.Dicom.AddIn.Configuration Namespace > AdvancedSettings Class : GetLoggerChannels Method



addinName
Name of the addin.
loggerName
The name of the logger to get.
addinName
Name of the addin.
loggerName
The name of the logger to get.
Gets the logger channels registered with the specific addin.

Syntax

Visual Basic (Declaration) 
Public Function GetLoggerChannels( _
   ByVal addinName As String, _
   ByVal loggerName As String _
) As Dictionary(Of String,Type)
Visual Basic (Usage)Copy Code
Dim instance As AdvancedSettings
Dim addinName As String
Dim loggerName As String
Dim value As Dictionary(Of String,Type)
 
value = instance.GetLoggerChannels(addinName, loggerName)
C# 
public Dictionary<string,Type> GetLoggerChannels( 
   string addinName,
   string loggerName
)
C++/CLI 
public:
Dictionary<String^,Type^>^ GetLoggerChannels( 
   String^ addinName,
   String^ loggerName
) 

Parameters

addinName
Name of the addin.
loggerName
The name of the logger to get.

Return Value

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features