Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
If you are calling IPipeline::Execute, you use the IPipeline::SetLogFile method to turn pipeline logging on. Developers use the IPipeline::SetLogFile method to analyze pipeline configuration file information.
When pipeline logging is set, the pipeline logs the pipeline components that are called and the error values that each component returns. The pipeline also logs all Dictionary and SimpleList object read and write operations.
Note
Calling the method with an empty string turns off logging.
The IPipeline::SetLogFile method should be called immediately before running a pipeline.
See Also
Other Resources
Pipeline Logging in ASP.NET-Based Sites
Pipeline Logging Using the LoggingEnabled and LogPath Properties