FileLogger.Shutdown Method

Definition

Shutdown method implementation of ILogger - we need to flush and close our logfile.

public:
 override void Shutdown();
public override void Shutdown ();
override this.Shutdown : unit -> unit
Public Overrides Sub Shutdown ()

Remarks

The method must flush and close the file log.

Applies to