|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Logger in org.codehaus.cargo.ant |
---|
Methods in org.codehaus.cargo.ant that return Logger | |
---|---|
protected Logger |
CargoTask.getLogger()
|
Uses of Logger in org.codehaus.cargo.container.internal.util |
---|
Constructors in org.codehaus.cargo.container.internal.util with parameters of type Logger | |
---|---|
AntBuildListener(Logger logger,
String category)
|
Uses of Logger in org.codehaus.cargo.container.jetty.internal |
---|
Methods in org.codehaus.cargo.container.jetty.internal that return Logger | |
---|---|
Logger |
JettyExecutorThread.getLogger()
|
Methods in org.codehaus.cargo.container.jetty.internal with parameters of type Logger | |
---|---|
void |
JettyExecutorThread.setLogger(Logger logger)
|
Uses of Logger in org.codehaus.cargo.container.spi |
---|
Methods in org.codehaus.cargo.container.spi with parameters of type Logger | |
---|---|
void |
AbstractInstalledLocalContainer.setLogger(Logger logger)
Overriden in order to set the logger on ancillary components. |
Uses of Logger in org.codehaus.cargo.maven2 |
---|
Methods in org.codehaus.cargo.maven2 that return Logger | |
---|---|
protected Logger |
AbstractCargoMojo.createLogger()
Create a logger. |
Uses of Logger in org.codehaus.cargo.maven2.configuration |
---|
Methods in org.codehaus.cargo.maven2.configuration with parameters of type Logger | |
---|---|
Container |
Container.createContainer(Configuration configuration,
Logger logger,
CargoProject project)
|
Uses of Logger in org.codehaus.cargo.maven2.log |
---|
Classes in org.codehaus.cargo.maven2.log that implement Logger | |
---|---|
class |
MavenLogger
Logger that sends messages to the Maven 2 logging subsystem. |
Uses of Logger in org.codehaus.cargo.sample.java |
---|
Methods in org.codehaus.cargo.sample.java with parameters of type Logger | |
---|---|
static void |
PingUtils.assertPing(String message,
String expectedContent,
URL pingURL,
Map requestProperties,
boolean expectTrue,
Logger errorLogger)
|
static void |
PingUtils.assertPingFalse(String message,
String expectedContent,
URL pingURL,
Logger errorLogger)
|
static void |
PingUtils.assertPingFalse(String message,
URL pingURL,
Logger errorLogger)
|
static void |
PingUtils.assertPingTrue(String message,
String expectedContent,
URL pingURL,
Logger errorLogger)
|
static void |
PingUtils.assertPingTrue(String message,
String expectedContent,
URL pingURL,
Map requestProperties,
Logger errorLogger)
|
static void |
PingUtils.assertPingTrue(String message,
URL pingURL,
Logger errorLogger)
|
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 |