TransportLog Property
Tells the adapter where and how to report information about its operations.
Data Type
Location String |
This field describes the location where the logging information is to be written. If the EventLog LogType has been chosen, this field must contain the name of the Event Log to which the information should be written. The default value for this field is "Application". If the File LogType has been chosen, this field must contain the location of the file on the file system to which logging information should be written. |
||||||||||
LogMode LogModes |
This field controls what information the adapter logs. The possible values have the following effect on the adapter's behavior:
|
||||||||||
LogType LogTypes |
This property controls where the adapter will log the information. The possible values have the following effect on the adapter's behavior:
|
Possible Values
None (0)Event Log (1)
File (2)
Default Value
1Remarks
This is a Log type property which contains fields describing how and where the product will record information about its execution.