org.apache.tools.ant.taskdefs
Class LogStreamHandler
- ExecuteStreamHandler
public class LogStreamHandler
Logs standard output and error of a subprocess to the log system of ant.
void | stop() - Stop the log stream handler.
|
createProcessErrorPump , createProcessOutputPump , createPump , createPump , getErr , getOut , setProcessErrorStream , setProcessInputStream , setProcessOutputStream , start , stop |
LogStreamHandler
public LogStreamHandler(Task task,
int outlevel,
int errlevel)
Creates log stream handler
task
- the task for whom to logoutlevel
- the loglevel used to log standard outputerrlevel
- the loglevel used to log standard error
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.