The diagnostics that this consumer has accumulated. It will be populated
during calls to output()
and error()
Commit the accumulated diagnostic and go back to init
state.
Consume a line of stderr.
The line from stderr
Simply writes the line of output to the log
Line of output
The state for the diagnostic parser. Implemented as a crude FSM
Generated using TypeDoc
Class which consumes output from CMake.
This class is in charge of logging CMake's output, as well as parsing and collecting warnings and errors from the configure step. It should be used in conjunction with
proc.execute
.