func (writer *parallelExecutionLogger) Comment(comment *parser.Comment) { writer.Text(formatter.FormatComment(comment)) }
func (writer *simpleLogger) Comment(comment *parser.Comment) { writer.Text(formatter.FormatComment(comment)) }
func (writer *coloredLogger) Comment(comment *parser.Comment) { writer.Write([]byte(formatter.FormatComment(comment))) }