FME Server .NET API

IFMETransformationManager.GetLogFile Method 

Gets the log file for the specified job ID.

[Visual Basic]
Function GetLogFile( _
   ByVal jobID As Long, _
   ByVal logFilePath As String _
) As Boolean
[C#]
bool GetLogFile(
   long jobID,
   string logFilePath
);

Parameters

jobID
the ID of the job whose log file is to be fetched
logFilePath
the local file path of the log file

Return Value

true if log file exists, otherwise false if log file does not exist

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace