Class DefaultJvmLauncherLoggerRedirector
- java.lang.Object
-
- org.codehaus.cargo.container.spi.jvm.DefaultJvmLauncherLoggerRedirector
-
-
Constructor Summary
Constructors Constructor Description DefaultJvmLauncherLoggerRedirector(InputStream inputStream, Logger outputLogger, String category)
Creates a new redirector.
-
-
-
Constructor Detail
-
DefaultJvmLauncherLoggerRedirector
public DefaultJvmLauncherLoggerRedirector(InputStream inputStream, Logger outputLogger, String category)
Creates a new redirector.- Parameters:
inputStream
- the input streamoutputLogger
- The logger to which the output of the JVM is redirectedcategory
- the log category to use when logging the JVM's outputs
-
-