meerkat is hosted by Hepforge, IPPP Durham
Meerkat  v1r3
Multidimensional kernel density estimation package
Logger Namespace Reference

Functions

void setLogLevel (int level)
 
void setTimer (void)
 Reset time counter. More...
 
int timer (int secs)
 Return 1 if more than a certain number of seconds have passed since the last call of this function or the last timer reset. More...
 
void print (int level, const char *format,...)
 

Function Documentation

void Logger::print ( int  level,
const char *  format,
  ... 
)

Definition at line 27 of file Logger.cpp.

void Logger::setLogLevel ( int  level)

Definition at line 23 of file Logger.cpp.

void Logger::setTimer ( void  )

Reset time counter.

Definition at line 9 of file Logger.cpp.

int Logger::timer ( int  secs)

Return 1 if more than a certain number of seconds have passed since the last call of this function or the last timer reset.

Parameters
[in]secsnumber of seconds
Returns
0/1

Definition at line 13 of file Logger.cpp.