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

Method logStatementsInHeader

integrationTest/SimpleTestObject.h:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 void logSomething();
42 void wholeBunchOfLogStatements();
43 inline void logStatementsInHeader() {
44 /// These should be assigned different ids due to line number
45 NANO_LOG(NOTICE, "In the header, I am %d", number);
46 NANO_LOG(NOTICE, "In the header, I am %d x2", number);
47 }
48};

Callers 1

mainFunction · 0.80

Calls 1

NANO_LOGClass · 0.85

Tested by

no test coverage detected