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.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public enum OcspResponderLogLevel
Public Enumeration OcspResponderLogLevel
public enum class OcspResponderLogLevel
type OcspResponderLogLevel
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.
|