| 26 | #include "SimpleTestObject.h" |
| 27 | |
| 28 | void |
| 29 | SimpleTest::logSomething() |
| 30 | { |
| 31 | static int cnt = 0; |
| 32 | NANO_LOG(NOTICE, "SimpleTest::logSomething: Something = %d", ++cnt); |
| 33 | } |
| 34 | |
| 35 | void |
| 36 | SimpleTest::wholeBunchOfLogStatements() { |
no test coverage detected