 | HoarderServiceClientGetWorkerLogLines Method |
Gets the lines of a specific worker log.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic Task<string[]?> GetWorkerLogLines(
Guid uid
)
Parameters
- uid Guid
- The Uid of the worker log file to retrieve.
Return Value
TaskStringA string array of the text lines of a worker log.
See Also