#include <log.hh>
Definition at line 38 of file log.hh.
Log::Counter::Counter |
( |
| ) |
|
|
inlineprivate |
Log::Counter::Counter |
( |
Counter const & |
| ) |
|
|
private |
static Counter& Log::Counter::get |
( |
| ) |
|
|
inlinestatic |
Definition at line 53 of file log.hh.
$WORKDIR ev_configure_domsimulator txt echo process $DOM_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DOM_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
Definition at line 60 of file log.hh.
62 boost::mutex::scoped_lock lock(
m_mutex);
64 container_t::iterator
const it =
m_counters.find(tag);
void Log::Counter::reset |
( |
| ) |
|
|
inline |
Definition at line 73 of file log.hh.
75 boost::mutex::scoped_lock lock(
m_mutex);
Definition at line 79 of file log.hh.
81 boost::mutex::scoped_lock lock(
m_mutex);
83 container_t::iterator
const it =
m_counters.find(tag);
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
Counter const & |
c |
|
) |
| |
|
friend |
Definition at line 91 of file log.hh.
93 boost::mutex::scoped_lock lock(
c.m_mutex);
96 container_t::const_iterator it =
c.m_counters.begin(), et =
c.m_counters.end();
100 stream << it->first <<
": " << it->second <<
", ";
$WORKDIR ev_configure_domsimulator txt echo process $DOM_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DOM_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
boost::mutex Log::Counter::m_mutex |
|
mutableprivate |
The documentation for this class was generated from the following file: