Pageflex Server Logging API Reference |
PFSvr_Monitor..::.GetTaskLog Method |
PFSvr_Monitor Class See Also Send Feedback |
Return all log messages for the specified task.
Messages are streamed from the appropriate Log Writers Log Journal file(s)
as configured in Pageflex Server Administrator.
Namespace:
Pageflex.Ur.Logging.API
Assembly:
PFSvr_Monitor (in PFSvr_Monitor.dll) Version: 7.6.0.1105 (10.1105.0.0)
Syntax
C# |
---|
public static List<PFServerLogMsg> GetTaskLog( string TaskID ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetTaskLog ( _ TaskID As String _ ) As List(Of PFServerLogMsg) |
Visual C++ |
---|
public: static List<PFServerLogMsg^>^ GetTaskLog( String^ TaskID ) |
Parameters
- TaskID
- Type: System..::.String
The ID of the task to return the log for