LogFile Property
The log file written.
Data Type
StringDefault Value
""Remarks
To write logging information to a file instead of using the adapter's logging API, set this property to a valid file on disk.
When set, any logging information is appended to the specified file and not written to the adapter's logging API.
If LogDirectory is specified, log files will be written in the specified directory and LogFile will contain the path. A diagnostic log will be written with filename LogFile + ".log".
Since this log file is dynamically generated, this property can be read after the adapter has processed the message to determine the exact name of the log file.