EventSource Properties | MSBuild Extension Pack Help 4.0.12.0 |
The EventSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
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
|
|
Description |
Sets the description for the logentry
|
|
EventId |
Sets the event id.
|
|
Exists |
Gets a value indicating whether the EventSource exists.
|
|
Force |
Set to true to delete any existing matching eventsource when creating
|
|
LogName |
Sets the name of the log the source's entries are written to, e.g Application, Security, System, YOUREVENTLOG.
|
|
LogType |
Sets the Event Log Entry Type. Possible values are: Error, FailureAudit, Information, SuccessAudit, Warning.
|
|
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
|
|
Source |
Sets the source name
|
See Also