![]() |
PURIFY
Next-generation radio interferometric imaging
|
#include "purify/logging.h"
#include <ctime>
#include <iostream>
#include <ostream>
#include <unistd.h>
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... | |