Previous in Contents Next in Contents

MtsTxPipeline.SetLogFile Method

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

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

MtsTxPipeline.SetLogFile(Filename)

Parameters

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

Related Topics


© 1997-2000 Microsoft Corporation. All rights reserved.