Click or drag to resize

DataConnectorLogCreatorTCommand Class

Logs all actions of the DataConnector in a structured way.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientDataConnectorLogCreatorTCommand
    BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientScoringProgramDataConnectorLogCreator

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public class DataConnectorLogCreator<TCommand>
where TCommand : Enum

Type Parameters

TCommand

The DataConnectorLogCreatorTCommand type exposes the following members.

Constructors
 NameDescription
Public methodDataConnectorLogCreatorTCommand Initializes the logger.
Top
Methods
 NameDescription
Public methodCreateMethodEntryLog Creates a log record for a method entry and its parameters (if any)
Public methodCreateRequestLogContent Create the content for logging
Public methodCreateResponseLogContent Create the content for logging
Public methodLogError Logs an record for an exception.
Public methodLogRecord LogRecord a structured message on a DataConnector action.
Public methodLogWarning Logs an record for an exception.
Top
See Also