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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly