PURIFY
Next-generation radio interferometric imaging
Namespaces | Functions
logging.cc File Reference
#include "purify/logging.h"
#include <ctime>
#include <iostream>
#include <ostream>
#include <unistd.h>
+ Include dependency graph for logging.cc:

Go to the source code of this file.

Namespaces

 purify
 
 purify::logging
 

Functions

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