EventLog Properties | MSBuild Extension Pack Help 4.0.12.0 |
The EventLog type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackupPath |
Sets the Backup Path
|
|
CategoryCount |
Sets the number of categories in the category resource file
|
|
CategoryResourceFile |
Sets the path of the category resource file to write events with localized category strings
|
|
Exists |
Gets a value indicating whether the event log exists.
|
|
LogName |
Sets the name of the Event Log
|
|
MaxSize |
Sets the size of the max.
|
|
MessageResourceFile |
Sets the path of the message resource file to configure an event log source to write localized event messages
|
|
ParameterResourceFile |
Sets the path of the parameter resource file to configure an event log source to write localized event messages with inserted parameter strings
|
|
Retention |
Sets the retention. Any value > 0 is interpreted as days to retain. Use -1 for 'Overwrite as needed'. Use -2 for 'Never Overwrite'
|
See Also