You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by vo...@basf-it-services.com on 2003/07/20 11:31:22 UTC

CocoonStreamTargetFactory

Cocoon use it's own CocoonTargetFactory to send the log output to a file.
I propose to add a "CocoonStreamTargetFactory" which sends the output to a
steam. Which such a Factory it is possible to send the log output to the
console which improve the development process.
What do you think?

The only difference between the two implementations is, that
CocoonTargetFactory extends FileTargetFactory and CocoonStreamTargetFactory
extends StreamTargetFactory.

Volker