RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates an instance of ComponentLogger.
Namespace: ThomsonReuters.RFA.LoggerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ComponentLogger CreateComponentLogger( RFA_String componentName, LogMsgMap lMM ) |
Visual Basic |
---|
Public Function CreateComponentLogger ( _ componentName As RFA_String, _ lMM As LogMsgMap _ ) As ComponentLogger |
Visual C++ |
---|
public: ComponentLogger^ CreateComponentLogger( RFA_String^ componentName, LogMsgMap^ lMM ) |
F# |
---|
member CreateComponentLogger : componentName:RFA_String * lMM:LogMsgMap -> ComponentLogger |
Parameters
- componentName
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The name of the component.
- lMM
- Type: ThomsonReuters.RFA.Common..::..LogMsgMap
The handle to a LogMsgMap that stores a map of log messages.
Return Value
A handle to create ComponentLogger instance.
Remarks
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |
ThomsonReuters.RFA.Common..::..InvalidConfigurationException | Invalid Configuration. |