Module org.snmp4j

Package org.snmp4j.log


package org.snmp4j.log
  • Interface Summary
    Interface
    Description
    The LogAdapter specifies the logging interface used by SNMP4J.
  • Class Summary
    Class
    Description
    The ConsoleLogAdapter provides simple logging to the console.
    The ConsoleLogFactory implements a SNMP4J LogFactory for system out.
    The JavaLogAdapter log adapter provides logging for SNMP4J through the Java logging (java.util.logging).
    The JavaLogFactory implements a SNMP4J LogFactory for Java logging.
    The LogFactory singleton is used by SNMP4J to determine the logging framework used to process SNMP4J log messages.
     
    A LogProxy can be used for late binding loggers.
    The NoLogger implements a LogAdapter that does not perform any logging.