#include "Rivet/Tools/Logging.hh"
#include <ctime>
#include <unistd.h>
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. |