#include <LoggerFeature.h>
Public Member Functions | |
| LoggerFeature (const std::string logger_name="LoggerFeature") | |
| Default constructor. More... | |
| LoggerFeature (const LoggerFeature &original) | |
| Default copy constructor. More... | |
| virtual | ~LoggerFeature () |
| Default destructor. More... | |
| const flashmatch::logger & | logger () const |
| Logger getter. More... | |
| void | set_verbosity (::flashmatch::msg::Level_t level) |
| Verbosity level. More... | |
| const std::string & | name () const |
| Name getter, defined in a logger instance attribute. More... | |
Private Attributes | |
| flashmatch::logger * | _logger |
| logger More... | |
Framework base class equipped with a logger class
Definition at line 27 of file LoggerFeature.h.
|
inline |
Default constructor.
Definition at line 32 of file LoggerFeature.h.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
Name getter, defined in a logger instance attribute.
Definition at line 51 of file LoggerFeature.h.
|
inline |
Verbosity level.
Definition at line 47 of file LoggerFeature.h.
|
private |
logger
Definition at line 56 of file LoggerFeature.h.
1.8.5