Table of Contents
Runtime.SetLogSize Method 

Sets the size of the logs.

Syntax
 public static void SetLogSize(
   int size = 0
);

Parameters

size
The number of entries in each logs.
Remarks

Use this method to increase internal log size for debugging purpose.

See Also