C_DefaultInMemoryLogging

Call C_DefaultInMemoryLogging to use the default logging storage policy. Log files will be stored in-memory when sufficient memory is available, otherwise log files will be stored on disk.

void C_DefaultInMemoryLogging(

TOrcFxAPIHandle ModelHandle,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Remarks

See the remarks for C_DisableInMemoryLogging.

Note: Existing log files are not converted between disk files and and in-memory files. Therefore the typical use is to call this function immediately after calling C_CreateModel.

See also

C_DisableInMemoryLogging, C_ForceInMemoryLogging, C_UseVirtualLogging.