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

Function logShutdown

examples/basic/main.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void logShutdown()
75{
76 auto logger = Log4Qt::Logger::rootLogger();
77
78 logger->info(QStringLiteral("################################################################"));
79 logger->info(QStringLiteral("# STOP #"));
80 logger->info(QStringLiteral("################################################################"));
81}
82
83void setupRootLogger(const QString &introMessage)
84{

Callers 1

mainFunction · 0.70

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected