Scoring |
public class ScoringProgramDataConnectorLogCreator : DataConnectorLogCreator<ScoringProgramDataConnectorCommands>
The ScoringProgramDataConnectorLogCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| ScoringProgramDataConnectorLogCreator | Initializes the class. |
| Name | Description | |
|---|---|---|
| CreateMethodEntryLog |
Creates a log record for a method entry and its parameters (if any)
(Inherited from DataConnectorLogCreatorTCommand) | |
| CreateRequestLogContent |
Create the content for logging
(Inherited from DataConnectorLogCreatorTCommand) | |
| CreateResponseLogContent |
Create the content for logging
(Inherited from DataConnectorLogCreatorTCommand) | |
| LogError |
Logs an record for an exception.
(Inherited from DataConnectorLogCreatorTCommand) | |
| LogRecord |
LogRecord a structured message on a DataConnector action.
(Inherited from DataConnectorLogCreatorTCommand) | |
| LogWarning |
Logs an record for an exception.
(Inherited from DataConnectorLogCreatorTCommand) |