LogProvider.CloseLog Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.