Pipeline Logging Using the IPipeline.SetLogFile Method
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