OcspResponderLogLevel Enumeration |
Defines the level of information that is to be communicated to the system (application eventlog channel) as part
of operations being performed on the service.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum OcspResponderLogLevel
Public Enumeration OcspResponderLogLevel
public enum class OcspResponderLogLevel
type OcspResponderLogLevel
Members
| Member name | Value | Description |
---|
| Minimal | 0 |
Log events for errors and warnings that occur on the responder.
|
| Terse | 3 |
Log errors, warnings, and informational events.
|
| Verbose | 4 |
Log extended events.
|
| Exhaustive | 6 |
Throttling is removed for events that can be generated quickly, such as MSG_E_POSSIBLE_DENIAL_OF_SERVICE_ATTACK.
|
See Also