Click or drag to resize

LogFileClose(Boolean) Method

Closes the LogFile if it is open.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public void Close(
	bool flushQueuedEntries
)
View Source

Parameters

flushQueuedEntries  Boolean
true, if queued log entries are to be written to the LogFile; otherwise, false.
See Also