|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
net.sf.jaxme.js | |
net.sf.jaxme.js.util | |
net.sf.jaxme.logging | The logging framework This package provides a minimal logging framework. |
Uses of Logger in net.sf.jaxme.js |
Methods in net.sf.jaxme.js that return Logger | |
Logger |
JavaSourceFactory.getLogger()
Returns the Logger . |
Methods in net.sf.jaxme.js with parameters of type Logger | |
void |
JavaSourceFactory.setLogger(Logger pLogger)
Sets the Logger to use. |
Uses of Logger in net.sf.jaxme.js.util |
Methods in net.sf.jaxme.js.util that return Logger | |
Logger |
LinkChecker.getLogger()
|
Methods in net.sf.jaxme.js.util with parameters of type Logger | |
void |
LinkChecker.setLogger(Logger pLogger)
|
Uses of Logger in net.sf.jaxme.logging |
Classes in net.sf.jaxme.logging that implement Logger | |
class |
AntProjectLogger
|
class |
JavaUtilLogger
|
class |
Log4jLogger
|
class |
LoggerImpl
Base implementation of a Logger. |
class |
PrintStreamLogger
A Logger implementation writing to an instance of PrintStream . |
class |
PrintWriterLogger
A Logger implementation writing to an instance of PrintWriter . |
Methods in net.sf.jaxme.logging that return Logger | |
abstract Logger |
LoggerFactoryImpl.newLogger(java.lang.String pName)
Creates a new Logger with the given name. |
Logger |
LoggerFactoryImpl.getLogger(java.lang.String pName)
Returns a Logger with the name pName .
|
Logger |
LoggerFactory.getLogger(java.lang.String pName)
Creates a Logger with the given name. |
static Logger |
LoggerAccess.getLogger(java.lang.String pName)
Returns a new logger with the given name. |
static Logger |
LoggerAccess.getLogger(java.lang.Class pClass)
Shortcut for getLogger(pClass.getName()) . |
Logger |
Log4jLoggerFactory.newLogger(java.lang.String pName)
|
Logger |
JavaUtilLoggerFactory.newLogger(java.lang.String pName)
|
Logger |
AntProjectLoggerFactory.newLogger(java.lang.String pName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |