MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / wholeBunchOfLogStatements

Method wholeBunchOfLogStatements

integrationTest/SimpleTestObject.cc:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void
36SimpleTest::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}

Callers 1

mainFunction · 0.80

Calls 1

NANO_LOGClass · 0.85

Tested by

no test coverage detected