Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileLogTraceListener::Flush Method ()

 

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

Namespace:   Microsoft.VisualBasic.Logging
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
[HostProtectionAttribute(SecurityAction::LinkDemand, Synchronization = true)]
virtual void Flush() override

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

.NET Framework
Available since 2.0
Return to top
Show: