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

Method logSomething

integrationTest/SimpleTestObject.cc:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.80
global_functionFunction · 0.80

Calls 1

NANO_LOGClass · 0.85

Tested by

no test coverage detected