Click or drag to resize
ILogTruncate Method
Truncates the log file to the last nn kilobytes.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Truncate(
	int kbLength
)

Parameters

kbLength
Type: SystemInt32
The number of kilobytes to preserve at the end of the file.
See Also