org.apache.maven.shared.scriptinterpreter
Interface ExecutionLogger

All Known Implementing Classes:
FileLogger

public interface ExecutionLogger

Author:
Olivier Lamy

Method Summary
 void consumeLine(String line)
          Consume logging from this component.
 PrintStream getPrintStream()
          The stream which will catch the output of the ScriptRunner.
 

Method Detail

getPrintStream

PrintStream getPrintStream()
The stream which will catch the output of the ScriptRunner.

Returns:
the output stream

consumeLine

void consumeLine(String line)
Consume logging from this component.

Parameters:
line - the line to consume


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.