MCPcopy Create free account
hub / github.com/MEONMedical/Log4Qt / logStartup

Function logStartup

examples/basic/main.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void logStartup()
66{
67 auto logger = Log4Qt::Logger::rootLogger();
68
69 logger->info(QStringLiteral("################################################################"));
70 logger->info(QStringLiteral("# START #"));
71 logger->info(QStringLiteral("################################################################"));
72}
73
74void logShutdown()
75{

Callers 1

mainFunction · 0.70

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected