A method that parses text written to stdout and logs it. Defaults to writing an info message for each message written to stdout.
public Action<string, ILoggerFactory> StdoutParser { get; set; }