1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Hadrons: prettier Grid logging (non-intrusive)

This commit is contained in:
2017-12-29 16:58:23 +01:00
parent e8ac75055c
commit 0d612039ed
6 changed files with 26 additions and 13 deletions

View File

@ -112,6 +112,8 @@ extern HadronsLogger HadronsLogMessage;
extern HadronsLogger HadronsLogIterative;
extern HadronsLogger HadronsLogDebug;
void initLogger(void);
// singleton pattern
#define SINGLETON(name)\
public:\