Claw
1.7.3
|
Some basic classes for logging. More...
#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.
Classes | |
class | claw::log_system |
A class implementing a logging system. More... |
Namespaces | |
namespace | claw |
This is the main namespace. |
Functions | |
CLAW_LOGGER_EXPORT log_system & | claw::lendl (log_system &log) |
Add a new line caracter to a logger and flush it. | |
CLAW_LOGGER_EXPORT claw::log_system & | std::endl (claw::log_system &log) |
Some basic classes for logging.
Definition in file logger.hpp.