Global Property

Summary

Gets the global logger.

Syntax
C#
VB
C++
public static Logger Global { get; } 
  
Public Shared ReadOnly Property Global As Logger 
public: 
static property Logger^ Global { 
   Logger^ get(); 
} 

Property Value

The global logger.

Remarks

The global logger will always be defined. If the user does not want to define a specific logger they should use the global logger. If a configuration is defined in the app.config for the global logger it will be initialize according to the configuration settings.

Example

For an example refer to Info(String,String)

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