←Select platform

Global Property

Summary

Gets the global logger.

Syntax

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

Property Value

The global logger.

Remarks

The global logger will always be defined. If the user doesn't 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly