MtsPipeline.SetLogFile Method

The SetLogFile method identifies the file to which the pipeline logs operations that occur when the pipeline is run.

With this feature, the pipeline logs which pipeline components are called and what error values each component returns. The pipeline also logs all Dictionary and SimpleList object read/write operations.

Note

This method is intended for use by developers who want to analyze the operations of a pipeline configuration. Logging should never be enabled in a production environment, both because it degrades performance and because it can compromise the security of credit card numbers in non-set transactions.

Syntax

MtsPipeline.SetLogFile(Filename)

Parameters

Filename
The name of the file to which pipeline events are logged. When set to an empty string (""), logging is disabled.

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.