ServicingLogWriter.Write Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Write(ServicingJobDetail, List<ServicingStepDetail>, IServicingLogEntryHandler) | Write the servicing step details to the specified log file. | |
Write(ServicingJobDetail, List<ServicingStepDetail>, StreamWriter) | Write the servicing step details to the specified log file. | |
Write(ServicingJobDetail, List<ServicingStepDetail>, String) | Save the servicing step details to the specified log file. | |
Write(String, DateTime, DateTime, DateTime, ServicingJobResult, List<ServicingStepDetail>, IServicingLogEntryHandler) | Write the servicing step details to the supplied stream. | |
Write(String, DateTime, DateTime, DateTime, ServicingJobResult, List<ServicingStepDetail>, String) | Save the servicing step details to the specified log file. |
Top