meerkat is hosted by Hepforge, IPPP Durham
Meerkat  v1r3
Multidimensional kernel density estimation package
Logger.hh
Go to the documentation of this file.
1 #ifndef MESSAGES
2 #define MESSAGES
3 
4 namespace Logger {
5 
6  void setLogLevel(int level);
7 
9  void setTimer(void);
10 
12 
16  int timer(int secs);
17 
18  void print(int level, const char* format, ...);
19 
20 }
21 
22 #endif
Definition: Logger.hh:4
void print(int level, const char *format,...)
Definition: Logger.cpp:27
void setTimer(void)
Reset time counter.
Definition: Logger.cpp:9
int timer(int secs)
Return 1 if more than a certain number of seconds have passed since the last call of this function or...
Definition: Logger.cpp:13
void setLogLevel(int level)
Definition: Logger.cpp:23