Support and Documentation
Breadcrumbs

ResetLog [LJM User's Guide]

Clears all characters from the debug log file.

Syntax

LJM_ERROR_RETURN LJM_ResetLog()

Parameters

None.

Returns

LJM errorcodes or 0 for no error.

Remarks

See the LJM configuration properties for Log-related properties.

Example

Clear the log file.

C
int LJMError;
LJMError = LJM_ResetLog();