FileLogTraceListener.Flush Method

Definition

Flushes the underlying stream that writes to the current log file.

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

Remarks

Use the Flush method to write all buffered data to the current log file.

Applies to