produceLog

external fun produceLog(path: String): DataSource?

Create a data source based on a log file.

Return

The newly created data source. Wrap the call in an GEM_TEST_NOEXCEPT to check the factory error code

Parameters

path

The path to the log file.