|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogAdapter | |
---|---|
org.snmp4j.log |
Uses of LogAdapter in org.snmp4j.log |
---|
Classes in org.snmp4j.log that implement LogAdapter | |
---|---|
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 |
Log4jLogAdapter
The Log4jLogAdapter implements a logging adapter for Log4J. |
class |
LogProxy
A LogProxy can be used for late binding loggers. |
class |
NoLogger
The NoLogger implements a LogAdapter that does
not perform any logging. |
Methods in org.snmp4j.log that return LogAdapter | |
---|---|
protected LogAdapter |
LogFactory.createLogger(java.lang.Class c)
Creates a Logger for the specified class. |
protected LogAdapter |
Log4jLogFactory.createLogger(java.lang.Class c)
|
protected LogAdapter |
JavaLogFactory.createLogger(java.lang.Class c)
|
protected LogAdapter |
ConsoleLogFactory.createLogger(java.lang.Class c)
|
protected LogAdapter |
LogFactory.createLogger(java.lang.String className)
Creates a Logger for the specified class. |
protected LogAdapter |
Log4jLogFactory.createLogger(java.lang.String className)
|
protected LogAdapter |
JavaLogFactory.createLogger(java.lang.String className)
|
protected LogAdapter |
ConsoleLogFactory.createLogger(java.lang.String className)
|
LogAdapter |
LogProxy.getLogger()
Gets the proxied logger. |
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 |
LogFactory.getRootLogger()
Returns the top level logger. |
LogAdapter |
Log4jLogFactory.getRootLogger()
|
LogAdapter |
JavaLogFactory.getRootLogger()
|
Methods in org.snmp4j.log with parameters of type LogAdapter | |
---|---|
void |
LogProxy.setLogger(LogAdapter logger)
Sets the logger that logs the log messages logged with this proxy. |
Constructors in org.snmp4j.log with parameters of type LogAdapter | |
---|---|
LogProxy(LogAdapter logger)
|
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV NEXT | FRAMES NO FRAMES |