VirtualUserScript FlushEventLog Method C# API
Flushes the event log to disk.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void FlushEventLog()
Remarks

Any events still held in-memory are written to the Virtual User event log on disk. This enables the event log file to be viewed before the test has completed.

Note Note
Writing an error event also flushes the log.

See Also