CubeSetLogChanges
Description:
Enables or disables the logging for a cube.
Syntax:
CubeSetLogChanges(CubeName, 0/1)
Arguments:
"CubeName - Name of the cube
0/1 - Set 0 for logging OFF, 1 for logging ON"
Return Type:
Nothing
Example:
"CubeSetLogChanges('Sales', 1)
This will enable the logging on Sales cube"