Click or drag to resize

DataConnectorLogCreatorTCommandDataConnectorLogRecord Structure

Contains the structured information
Inheritance Hierarchy
SystemObject
  SystemValueType
    BridgeSystems.Bridgemate.DataConnector.ScoringProgramClientDataConnectorLogCreatorTCommandDataConnectorLogRecord

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 struct DataConnectorLogRecord

The DataConnectorLogCreatorTCommandDataConnectorLogRecord type exposes the following members.

Constructors
 NameDescription
Public methodDataConnectorLogCreatorTCommandDataConnectorLogRecord Instantiates the logrecord
Top
Properties
 NameDescription
Public propertyCommand Either the SCoringProgramCommand enum value or the BCSComand enum value.
Public propertyException A possibel exception that occurred.
Public propertyJsonData The data serialized as json
Public propertyLogLevel The level of the logrecord.
Public propertyRemark Extra information
Public propertySource The source of the logrecord.
Top
Methods
 NameDescription
Public methodStatic memberHumanReadableJson Returns formatted json from raw json.
Top
See Also