Logging.cc File Reference

#include "Rivet/Tools/Logging.hh"
#include <ctime>
#include <unistd.h>

Include dependency graph for Logging.cc:

Go to the source code of this file.


Namespaces

namespace  Rivet

Functions

void _updateLevels (const Log::LevelMap &defaultLevels, Log::LogMap &existingLogs)
std::ostream & operator<< (Log &log, int level)
 Streaming output to a logger must have a Log::Level/int as its first argument.