banditcpp / bandit

Human-friendly unit testing for C++11
https://banditcpp.github.io/bandit/
Other
260 stars 37 forks source link

Logging system #163

Closed MartinDelille closed 4 years ago

MartinDelille commented 4 years ago

I often feel the need to log some information during my tests and I wonder if there was a possibility with some reporters.

sbeyer commented 4 years ago

You could pipe the output. What exactly are you missing?

MartinDelille commented 4 years ago

Ok I wanted to show you an example but in fact it was due to the fact that I wasn't piping stdout and my logs weren't in the good order then.

Using stdout fix my problem! Sorry for the non issue.