Definition in file logger.hpp.
#include <ostream>
#include <list>
#include <string>
#include <claw/log_level.hpp>
#include <claw/log_stream.hpp>
#include <claw/impl/logger.tpp>
Go to the source code of this file.
Namespaces | |
| namespace | claw |
| namespace | std |
Classes | |
| class | claw::log_system |
| A class implementing a logging system. More... | |
Defines | |
| #define | CLAW_LOGGER_EXPORT |
Functions | |
| claw::log_system & | claw::lendl (claw::log_system &log) |
| Add a new line caracter to a logger and flush it. | |
| claw::log_system & | std::endl (claw::log_system &log) |
Variables | |
| CLAW_LOGGER_EXPORT log_system | claw::logger |
| #define CLAW_LOGGER_EXPORT |
Definition at line 48 of file logger.hpp.
1.4.7