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: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
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