LoggingTransaction Properties |
The LoggingTransaction type exposes the following members.
Name | Description | |
---|---|---|
Configuration |
Gets the verbosity configuration the the current transaction.
| |
CriticalCount |
Gets the number of critical errors in the transaction. This may be used by the ITransactionPolicy
to decide of the outcome of the transaction.
| |
ErrorCount |
Gets the number of errors in the transaction including critical errors. This may be used by the ITransactionPolicy
to decide of the outcome of the transaction.
| |
ExecutionTime |
Gets the transaction execution time in milliseconds, up to this moment.
This may be used by the ITransactionPolicy to decide of the outcome of the transaction.
| |
IsSampled |
Determines whether the current transaction was opened based on a sampling policy.
| |
Policy |
Gets the policy assigned to the current transaction. Can be null in the case of MultiplexerBackend.
| |
Properties |
Gets the list of logging properties associated with activity that created the transaction.
| |
Source |
Gets the LoggingTypeSource that opened the transaction.
| |
WarningCount |
Gets the number of warnings in the transaction. This may be used by the ITransactionPolicy
to decide of the outcome of the transaction.
|