| 33 | } |
| 34 | |
| 35 | void |
| 36 | SimpleTest::wholeBunchOfLogStatements() { |
| 37 | NANO_LOG(NOTICE, "SimpleTest::wholeBunchOfLogStatements: Here I am"); |
| 38 | |
| 39 | for (int i = 0; i < 10; ++i) { |
| 40 | NANO_LOG(NOTICE, "SimpleTest::wholeBunchOfLogStatements: I am in a loop!"); |
| 41 | } |
| 42 | |
| 43 | NANO_LOG(NOTICE, "SimpleTest::wholeBunchOfLogStatements: exiting..."); |
| 44 | } |