C#
VB
C++
Gets the global logger.
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();
}
The global logger.
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.
For an example refer to Info(string,string)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET