claw 1.9.0
 
Loading...
Searching...
No Matches
log_level.hpp File Reference

A class to pass log information to the loggers. More...

#include <string>
Include dependency graph for log_level.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

A class to pass log information to the loggers.

Author
Julien Jorge

Definition in file log_level.hpp.

Macro Definition Documentation

◆ CLAW_LOGGER_EXPORT

#define CLAW_LOGGER_EXPORT

Definition at line 46 of file log_level.hpp.