|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
---|---|
org.codehaus.cargo.util.internal.log | |
org.codehaus.cargo.util.log |
Uses of Logger in org.codehaus.cargo.util.internal.log |
---|
Classes in org.codehaus.cargo.util.internal.log that implement Logger | |
---|---|
class |
AbstractLogger
Base clas for all Loggers. |
Uses of Logger in org.codehaus.cargo.util.log |
---|
Classes in org.codehaus.cargo.util.log that implement Logger | |
---|---|
class |
AntLogger
Logger implementation that logs to Ant. |
class |
FileLogger
File implementation which sends logged messages to a file. |
class |
NullLogger
Null implementation which does nothing with log messages. |
class |
SimpleLogger
Simple implementation which sends log messages to the console (stdout). |
Methods in org.codehaus.cargo.util.log that return Logger | |
---|---|
Logger |
Loggable.getLogger()
|
Logger |
LoggedObject.getLogger()
|
Methods in org.codehaus.cargo.util.log with parameters of type Logger | |
---|---|
void |
Loggable.setLogger(Logger logger)
|
void |
LoggedObject.setLogger(Logger logger)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |