The default value that specifies whether an
EventType.Information event log should be written to the log file.
Syntax
Visual Basic (Declaration) | |
---|
Public Const LogInformation As Boolean |
C# | |
---|
public const bool LogInformation |
C++/CLI | |
---|
public:
const bool LogInformation |
Field Value
true to log information about events; otherwise, false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also