GetLogger Method

Summary
Gets the a logger with the specified name.
Syntax
C#
VB
C++
public static Logger GetLogger( 
   string name 
) 
  
Public Shared Function GetLogger( _ 
   ByVal name As String _ 
) As Logger 
public: 
static Logger^ GetLogger(  
   String^ name 
)  

Parameters

name
The name of the logger.

Return Value

A logger instance initialized from the configuration file.

Requirements

Target Platforms

See Also

Reference

Logger Class

Logger Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

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