1#ifndef ERS_CONFIGURATION_H
2#define ERS_CONFIGURATION_H
Manager of ERS streams configuration.
void debug_level(int debug_level)
int m_debug_level
current active level for the debug stream
friend class SingletonCreator
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
Base class for any user define issue.
std::ostream & operator<<(std::ostream &, const ers::Configuration &)