RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
The application logger is used to log logevents to either an NT Event
Logger or Logger client.
Namespace: ThomsonReuters.RFA.LoggerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public sealed class ApplicationLogger |
Visual Basic |
---|
Public NotInheritable Class ApplicationLogger |
Visual C++ |
---|
public ref class ApplicationLogger sealed |
F# |
---|
[<SealedAttribute>] type ApplicationLogger = class end |
Remarks
This class is an interface to provide logging
infomation to the application. Applogger is an shareble component,it
creates ComponentLogger and the AppLoggerMonitor. LogClients
register themselves with the ApplicationLogger and receive callbacks
whenever a log event occurs.
Inheritance Hierarchy
System..::..Object
ThomsonReuters.RFA.Logger..::..ApplicationLogger
ThomsonReuters.RFA.Logger..::..ApplicationLogger