public:
static property Logger^ Global {
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.