12 lines
261 B
C
12 lines
261 B
C
|
#pragma once
|
||
|
|
||
|
#include "log4qt/logger.h"
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
void initializeRootLogger();
|
||
|
void shutdownRootLogger();
|
||
|
void logStartup();
|
||
|
void logShutdown();
|
||
|
void setupRootLogger(const QString& introMessage);
|
||
|
void shutDownRootLogger(const QString& extroMessage);
|