Capture the errors from Conan output and log them to all available windows.
It also modifies the return type from ConanRunner, probably it is better to return just the ProcessStartInfo and let the consumer decide to run the command synchronously or not.
Capture the errors from Conan output and log them to all available windows.
It also modifies the return type from ConanRunner, probably it is better to return just the
ProcessStartInfo
and let the consumer decide to run the command synchronously or not.closes #118