-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log refactoring and improvement #97
Conversation
…dd null logger as default logger for test case reference
Oh this is super nice! I wonder if logging the mutant source code is not too hardcore, but that's very good for a first version! I think we can move forward with this and when @Inao0 comes back we can see if this could have solved some of her issues |
Oh here resolving the conflict requires some work... |
I agree, logging the mutant source code is maybe a bit too much, but it was here at the beginning so I left it for now. |
Fixes #85 , fixes #86
Refactored the loggers to implement a
MTStreamLogger
and two subclassesMTFileLogger
andMTTranscriptLogger
.Added more info in log, such as the phases of the analysis, the number of mutation generated and especially the tests running.
An extract from a log example: