Click or drag to resize
ILogProviderGetTail Method
Returns the last so-many lines of log, or all of them if < 1 lines are requested.

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

Parameters

fullPath
Type: SystemString
lines
Type: SystemInt32

Return Value

Type: String
See Also