GetLogger Method

Summary
Gets the logger for the specified add-in.
Syntax
C#
VB
C++
[CLSCompliantAttribute(false)] 
public Logger GetLogger( 
   string addinName, 
   string loggerName 
) 
  
<CLSCompliantAttribute(False)> 
Public Function GetLogger( _ 
   ByVal addinName As String, _ 
   ByVal loggerName As String _ 
) As Logger 
[CLSCompliantAttribute(false)] 
public: 
Logger^ GetLogger(  
   String^ addinName, 
   String^ loggerName 
)  

Parameters

addinName
Name of the add-in.

loggerName
Name of the logger.

Return Value

A logger for use with logging diagnostic information.

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.