Share via


FileLogger.Stop Method

Definition

Stops logging to a file.

public static void Stop ();
static member Stop : unit -> unit
Public Shared Sub Stop ()

Remarks

This call is optional. If logging as been started, the log file will be written when the process exists normally.

Applies to