Package | Description |
---|---|
org.snmp4j.log |
Modifier and Type | Class | Description |
---|---|---|
class |
ConsoleLogAdapter |
The
ConsoleLogAdapter provides simple logging to the console. |
class |
JavaLogAdapter |
The
JavaLogAdapter log adapter provides logging for SNMP4J
through the Java logging (java.util.logging ). |
class |
LogProxy |
A
LogProxy can be used for late binding loggers. |
class |
NoLogger |
The
NoLogger implements a LogAdapter that does
not perform any logging. |
Modifier and Type | Method | Description |
---|---|---|
protected LogAdapter |
ConsoleLogFactory.createLogger(java.lang.Class c) |
|
protected LogAdapter |
ConsoleLogFactory.createLogger(java.lang.String className) |
|
protected LogAdapter |
JavaLogFactory.createLogger(java.lang.Class c) |
|
protected LogAdapter |
JavaLogFactory.createLogger(java.lang.String className) |
|
protected LogAdapter |
LogFactory.createLogger(java.lang.Class c) |
Creates a Logger for the specified class.
|
protected LogAdapter |
LogFactory.createLogger(java.lang.String className) |
Creates a Logger for the specified class.
|
static LogAdapter |
LogFactory.getLogger(java.lang.Class c) |
Gets the logger for the supplied class.
|
static LogAdapter |
LogFactory.getLogger(java.lang.String className) |
Gets the logger for the supplied class name.
|
LogAdapter |
LogProxy.getLogger() |
Gets the proxied logger.
|
LogAdapter |
ConsoleLogFactory.getRootLogger() |
|
LogAdapter |
JavaLogFactory.getRootLogger() |
|
LogAdapter |
LogFactory.getRootLogger() |
Returns the top level logger.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LogProxy.setLogger(LogAdapter logger) |
Sets the logger that logs the log messages logged with this proxy.
|
Constructor | Description |
---|---|
LogProxy(LogAdapter logger) |
Copyright © 2018 SNMP4J.org. All rights reserved.