RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates the log messages.
Namespace: ThomsonReuters.RFA.LoggerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public bool Log( int logID, CommonErrorSeverityTypeEnum severity ) |
Visual Basic |
---|
Public Function Log ( _ logID As Integer, _ severity As CommonErrorSeverityTypeEnum _ ) As Boolean |
Visual C++ |
---|
public: bool Log( int logID, CommonErrorSeverityTypeEnum severity ) |
F# |
---|
member Log : logID:int * severity:CommonErrorSeverityTypeEnum -> bool |
Parameters
- logID
- Type: System..::..Int32
ID for reference messages text contained in a message file that is specified throung configuration.
- severity
- Type: ThomsonReuters.RFA.Common..::..CommonErrorSeverityTypeEnum
Specify the severity of each log event.