←Select platform

GetLogger Method

Summary

Gets the logger for the specified addin.

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 Leadtools.Logging.Logger 
[CLSCompliantAttribute(false)] 
public: 
Leadtools.Logging.Logger^ GetLogger(  
   String^ addinName, 
   String^ loggerName 
)  

Parameters

addinName
Name of the addin.

loggerName
Name of the logger.

Return Value

A logger for use with logging diagnostic information.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly