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 LogEx( int logID, bool logging, RFA_String formattedMsg, CommonErrorSeverityTypeEnum severity, List<RFA_String> argList ) |
Visual Basic |
---|
Public Function LogEx ( _ logID As Integer, _ logging As Boolean, _ formattedMsg As RFA_String, _ severity As CommonErrorSeverityTypeEnum, _ argList As List(Of RFA_String) _ ) As Boolean |
Visual C++ |
---|
public: bool LogEx( int logID, bool logging, RFA_String^ formattedMsg, CommonErrorSeverityTypeEnum severity, List<RFA_String^>^ argList ) |
F# |
---|
member LogEx : logID:int * logging:bool * formattedMsg:RFA_String * severity:CommonErrorSeverityTypeEnum * argList:List<RFA_String> -> bool |
Parameters
- logID
- Type: System..::..Int32
ID for reference messages text contained in a message file that is specified throung configuration.
- logging
- Type: System..::..Boolean
Indicating whether to log the message or not.
- formattedMsg
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The returned formatted string.
- severity
- Type: ThomsonReuters.RFA.Common..::..CommonErrorSeverityTypeEnum
Specify the severity of each log event.
- argList
- Type: System.Collections.Generic..::..List<(Of <(<'RFA_String>)>)>
Support only 10 elements in the list.