#include "config.h"
#include <unistd.h>
#include <iostream>
#include <string>
#include <fstream>
#include "asserts.h"
#include "error.h"
#include "timer.h"
#include "rconfig.h"
#include "estring.h"
#include "logger.h"
Include dependency graph for logger.cc:
Go to the source code of this file.
Variables | |
log_manager | logger |
The global log manager. |
|