logger-customization-point.output 546 B

123456789101112
  1. //[example_output
  2. > logger-customization-point --log_level=all
  3. Running 1 test case...
  4. Entering test module "logger-customization-point"
  5. test.cpp(36): Entering test case "test1"
  6. test.cpp(39): error: in "test1": check t == 11 has failed [** value of user_defined_type is 10 ** != 11]
  7. test.cpp(43): info: check t2 == 11 has passed
  8. test.cpp(36): Leaving test case "test1"; testing time: 125us
  9. Leaving test module "logger-example-customization-point"; testing time: 157us
  10. *** 1 failure is detected in the test module "logger-customization-point"
  11. //]