A class to pass log information to the loggers. More...
#include <string>
Go to the source code of this file.
Classes | |
class | claw::log_level |
Set the level of the next message for logger_system::operator<<(). More... | |
Namespaces | |
namespace | claw |
This is the main namespace. | |
Variables | |
CLAW_LOGGER_EXPORT log_level | claw::log_error |
Use this level if something goes really bad and your application may crash. | |
CLAW_LOGGER_EXPORT log_level | claw::log_warning |
Use this level if a small problem occurs and you can deal with it without crashing the application. | |
CLAW_LOGGER_EXPORT log_level | claw::log_verbose |
Use this level if you want to inform the user about a situation that is not problematic. | |
A class to pass log information to the loggers.
Definition in file log_level.hpp.
#define CLAW_LOGGER_EXPORT |
Definition at line 46 of file log_level.hpp.