Class Log4JBasedStreamsProxy

  • All Implemented Interfaces:
    IStreamsProxy

    public class Log4JBasedStreamsProxy
    extends Object
    implements IStreamsProxy
    This class is a IStreamsProxy implementation which uses Log4J appender as source of its output and error streams. IStreamsProxy is the interface used by Eclipse to redirect console outputs to a dedicated run console in its GUI. It is based on an event notification mechanismn which throws an event any time a new line should be added to the console output.
    • Constructor Detail

      • Log4JBasedStreamsProxy

        public Log4JBasedStreamsProxy()
        Constructor, create appender container for both output streams.