type RunnerTextFormatter struct {
// Force disabling colors. DisableColors bool// The fields are sorted by default for a consistent output. For applications// that log extremely frequently and don't use the JSON formatter this may not// be desired.
DisableSorting bool
}