Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Global As Logger |
C# | |
---|---|
public static Logger Global {get;} |
Property Value
The global logger.For an example refer to Info(String,String)
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7