ILogProviderGetTail Method |
Returns the last so-many lines of log, or all of them if < 1 lines are requested.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string[] GetTail(
string fullPath,
int lines
)
Function GetTail (
fullPath As String,
lines As Integer
) As String()
array<String^>^ GetTail(
String^ fullPath,
int lines
)
abstract GetTail :
fullPath : string *
lines : int -> string[]
Parameters
- fullPath
- Type: SystemString
- lines
- Type: SystemInt32
Return Value
Type:
StringSee Also