We will need at one point some sort of event logger, so that we can easily create different reporters. - [example event logger](https://github.com/CyberGRX/questions-three/blob/master/questions_three/reporters/event_logger/event_logger.py) - [example junit reporter](https://github.com/CyberGRX/questions-three/blob/master/questions_three/reporters/junit_reporter/junit_reporter.py)
We will need at one point some sort of event logger, so that we can easily create different reporters.