RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
The LogMsgMap is used to pass a map of string ID's and strings to the
component logger.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public abstract class LogMsgMap |
Visual Basic |
---|
Public MustInherit Class LogMsgMap |
Visual C++ |
---|
public ref class LogMsgMap abstract |
F# |
---|
[<AbstractClassAttribute>] type LogMsgMap = class end |
Remarks
The LogMsgMap can be used to store internal log strings instead of
loading them from resource DLL's or external .mc files. The LogMsgMap defines
an internal map of log ID's and strings that can be accessed by GetMsg(id).
Inheritance Hierarchy
System..::..Object
ThomsonReuters.RFA.Common..::..LogMsgMap
ThomsonReuters.RFA.Common..::..LogMsgMap