Parameter You Can Use with the SOAP Log

The following describes the parameters that you can use with the SOAP log.

Parameter Description

enable

You can use one of the following values:

  • 1. SOAP log is enabled.

  • 0. SOAP log is disabled

enable_dbg_window

You can use one of the following values:

  • 1. Enables output through the OutputDebugString. The SOAP log displays in the VS Debug Output window during a debugging session.

  • 0. Disables output through the OutputDebugString. The SOAP log does not display in the VS Debug Output window during a debugging session.

enable_cout

You can use one of the following values:

  • 1. Enables logging to the console.

  • 0. Disables logging to the console.

file_count

An integer that specifies the maximum number of rotated log files.

root_tag_name

A string that specifies the root XML tags that Siebel CRM Desktop uses in generated XML files. The default value is soap_comm_log. If you use the following value, then it does not write the opening or closing root tags:

""

file_extension

A string that specifies the file extension that Siebel CRM Desktop uses for generated log files. The default value is xml.

bin_mode

You can use one of the following values:

  • 1. Siebel CRM Desktop uses the \n format for new line termination.

  • 0. Siebel CRM Desktop uses the \r\n format for new line termination.