Click or drag to resize
ILogGetContent Method
Returns the content of the log as an array of lines, optionally truncated to the last so-many lines.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string[] GetContent(
	int lines
)

Parameters

lines
Type: SystemInt32
The number of tail lines to return or 0 to return all of them.

Return Value

Type: String
See Also