LogProvider.CloseLog Method

Definition

Closes the log.

public:
 void CloseLog();
public void CloseLog ();
member this.CloseLog : unit -> unit
Public Sub CloseLog ()

Examples

The following code example shows how to close the log.

CloseLog();  
CloseLog()  

Remarks

This method should be called at the end of package execution, after all of the objects in the package have completed execution, or when the package terminates due to errors.

Applies to