1#ifndef ERS_CONFIGURATION_H
2#define ERS_CONFIGURATION_H
23 template <
class >
class SingletonCreator;
Manager of ERS streams configuration.
void debug_level(int debug_level)
int m_debug_level
current active level for the debug stream
int verbosity_level() const
returns current verbosity level
friend std::ostream & operator<<(std::ostream &, const ers::Configuration &)
static Configuration & instance()
return the singleton
int debug_level() const
returns current debug level
int m_verbosity_level
current verbosity level for all streams
std::ostream & operator<<(std::ostream &, const ers::Configuration &)