Uses of Enum Class
org.snmp4j.agent.audit.AgentAuditLevel
Packages that use AgentAuditLevel
-
Uses of AgentAuditLevel in org.snmp4j.agent.audit
Subclasses with type arguments of type AgentAuditLevel in org.snmp4j.agent.auditMethods in org.snmp4j.agent.audit that return AgentAuditLevelModifier and TypeMethodDescriptionAgentAuditPolicy.getAuditLevel()Retrieves the current audit level for the agent.DefaultAgentAuditPolicy.getAuditLevel()static AgentAuditLevelReturns the enum constant of this class with the specified name.static AgentAuditLevel[]AgentAuditLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.snmp4j.agent.audit with parameters of type AgentAuditLevelModifierConstructorDescriptionDefaultAgentAuditPolicy(AgentPolicyProfile agentPolicyProfile, AgentAuditLevel auditLevel) Creates aDefaultAgentAuditPolicythat logs audit records through theLogFactorylogging only.DefaultAgentAuditPolicy(AgentPolicyProfile agentPolicyProfile, AgentAuditLevel auditLevel, OutputStream auditOutputStream) Creates aDefaultAgentAuditPolicythat logs audit records through theLogFactorylogging and, in addition, writes a copy of every audit record to the suppliedOutputStream.