ealogger
ealogger is a c++ library that provides a blazing fast and easy to use logging mechanism
|
#include <algorithm>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <iostream>
#include <ealogger/conversion_pattern.h>
#include <ealogger/global.h>
#include <ealogger/logmessage.h>
#include <ealogger/utility.h>
Go to the source code of this file.
Classes | |
class | ealogger::Sink |
A sink is an object that writes the log message to a specific target. More... | |
Namespaces | |
ealogger | |
Main namespace for ealogger. | |