rrSetLogFile

Sets logging file.

By default all logs are shown to console.

RRError rrSetLogFile(

char const* filename);

Applies to

Native

Parameters

Parameter

Input/Output

Description

filename

input

Preferred log file.

Return

Returns an error in case of a failure, or RR_Success otherwise.