Given that you??™ll use this
feature from the command line, you might simply want to use ???Command Line??? as your source.
When working with a batch file, use the batch filename as the source. Scripts and other forms of
automation should use the script or application name.
/ID
id
Specifies the event identifier for the event. The identifier is a number between 1 and
1,000. Whenever practical, provide specific numbers for specific events. For example, you might
assign a value of 500 to all file errors. The event identifier lets you sort the events in a manner
other than type or source, so you should also keep this in mind when you create the event identifier
list for your application.
/D
description
Provides an event description. The description should tell the viewer what
happened to cause the event, the event effects, and any other pertinent information the viewer
might need to resolve event problems caused by the event. Even informational events should
include significant event information. For example, you might record that your application started,
found no work to do, and terminated. Even though the application didn??™t experience an error, the
information is still important to someone who expected your application to complete useful work.
Pages:
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059