Log Type
The RSSBus BizTalk Adapter for NetSuite provides access to NetSuite from within BizTalk.
Remarks
This describes how and where the adapter will record information describing its execution.
Fields
|
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:
|
Constructors
Constructors are only relevant when configuring adapters in orchestrations.
public Log();
public Log(LogTypes logType, string location, LogModes logMode);