12#ifndef SCOPED_LOGGER_H_
13#define SCOPED_LOGGER_H_
25 ScopedLogger(
const char* name_, std::ostream& _stream=std::cout);
Scoped logging class used for logging function entry/departures.
Definition ScopedLogger.h:20
const char * name
The name of the function.
Definition ScopedLogger.h:30
std::ostream & stream
The stream to log to.
Definition ScopedLogger.h:31
~ScopedLogger()
Destructor.
Definition ScopedLogger.C:29
int rank
Process rank (MPI)
Definition ScopedLogger.h:32