|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Log | |
|---|---|
| com.flat502.rox.log | Supporting classes for HTTP level logging. |
| com.flat502.rox.log.log4j | Supporting classes for using Log4J with RoX. |
| Uses of Log in com.flat502.rox.log |
|---|
| Classes in com.flat502.rox.log that implement Log | |
|---|---|
class |
AbstractLog
An abstract Log implementation intended
to simplify developing implementations. |
class |
NullLog
A Log implementation that swallows
all logging and returns false for all logging level checks. |
class |
StreamLog
A Log implementation backed by an
a OutputStream. |
| Methods in com.flat502.rox.log that return Log | |
|---|---|
Log |
LogFactoryImpl.getLog(java.lang.Class clazz)
|
static Log |
LogFactory.getLog(java.lang.Class clazz)
|
Log |
LogFactoryImpl.getLog(java.lang.String name)
|
static Log |
LogFactory.getLog(java.lang.String name)
|
Log |
LogFactoryImpl.newLog(java.lang.Class clazz)
|
Log |
SimpleLogFactory.newLog(java.lang.String name)
|
abstract Log |
LogFactoryImpl.newLog(java.lang.String name)
|
| Constructors in com.flat502.rox.log with parameters of type Log | |
|---|---|
SimpleLogFactory(Log log)
|
|
| Uses of Log in com.flat502.rox.log.log4j |
|---|
| Classes in com.flat502.rox.log.log4j that implement Log | |
|---|---|
class |
Log4JAdapter
A Log4J adapter. |
| Methods in com.flat502.rox.log.log4j that return Log | |
|---|---|
Log |
Log4JLogFactory.newLog(java.lang.String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||