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

Leadtools.Logging Assembly