Class NamedToolOutput

java.lang.Object
org.openjdk.asmtools.common.outputs.NamedToolOutput
All Implemented Interfaces:
ToolOutput
Direct Known Subclasses:
ByteOutput, DirOutput, PrintWriterOutput, TextOutput

public abstract class NamedToolOutput extends Object implements ToolOutput
Historically, the output loggers for compilers had two stderrs, one to sdout and secon to stderr. That should be removed, in favour of just dualstream tool output, printing output to stdout and log into stderr