![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/logging.h"
#include <ctime>
#include <iostream>
#include <ostream>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
sopt | |
sopt::logging | |
Functions | |
void | sopt::logging::_updateLevels (const Log::LevelMap &defaultLevels, Log::LogMap &existingLogs) |
ostream & | sopt::logging::operator<< (Log &log, int level) |
Streaming output to a logger must have a Log::Level/int as its first argument. More... | |