OrderPipeline.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

OrderPipeline.SetLogFile(Filename)

Parameters

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

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.