-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
When using RapidCheck, I'd like the option to write to RC_LOG() instead of std::cerr:
Since the property function may be called many times, using classic debugging techniques such as printing to stdout or stderr can prove confusing. The RC_LOG macro provides a better way to log information during the execution of a test case. Information logged this way will only be printed on failure after the minimal test case has been found.
magistau
Metadata
Metadata
Assignees
Labels
No labels