Interface | Description |
---|---|
LogAdapter |
The
LogAdapter specifies the logging interface used by
SNMP4J. |
Class | Description |
---|---|
ConsoleLogAdapter |
The
ConsoleLogAdapter provides simple logging to the console. |
ConsoleLogFactory |
The
ConsoleLogFactory implements a SNMP4J LogFactory for
standard out. |
JavaLogAdapter |
The
JavaLogAdapter log adapter provides logging for SNMP4J
through the Java logging (java.util.logging ). |
JavaLogFactory |
The
JavaLogFactory implements a SNMP4J LogFactory for
Java logging. |
LogFactory |
The
LogFactory singleton is used by SNMP4J to determine
the logging framework used to process SNMP4J log messages. |
LogLevel | |
LogProxy |
A
LogProxy can be used for late binding loggers. |
NoLogger |
The
NoLogger implements a LogAdapter that does
not perform any logging. |
Copyright © 2020 SNMP4J.org. All rights reserved.