 | HoarderServiceClient.GetWorkerLogLines Method |
Gets the lines of a specific worker log.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<string[]> GetWorkerLogLines(
string name
)
Parameters
- name String
- The name of the worker log file to retrieve.
Return Value
Task<String[]>A string array of the text lines of a worker log.
See Also