Gemstone Diagnostics Library
C#
VB
C++
JavaScript
Show/Hide TOC
Log
File
Writer
Flush Method
Flushes the stream to the disk.
Definition
Namespace:
Gemstone.Diagnostics.Utilities
Assembly:
Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
C#
Copy
View Source
Request Example
public
void
Flush
()
VB
Copy
View Source
Request Example
Public
Sub
Flush
C++
Copy
View Source
Request Example
public
:
void
Flush
()
JavaScript
Copy
View Source
Request Example
function
Flush
();
See Also
Reference
LogFileWriter Class
Gemstone.Diagnostics.Utilities Namespace
In This Article
Definition
See Also