FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Public Member Functions | |
file_handler (const std::string &ofile) | |
~file_handler () | |
virtual void | handle_message (const std::string &file, const int line, const std::string &function, const log_level_t &level, const std::string &message) |
Handle a log message. More... | |
Public Member Functions inherited from VOM::log_t::handler | |
handler ()=default | |
Default Constructor. More... | |
virtual | ~handler ()=default |
Default Destructor. More... | |
Definition at line 145 of file logger.hpp.
VOM::file_handler::file_handler | ( | const std::string & | ofile | ) |
Definition at line 128 of file logger.cpp.
VOM::file_handler::~file_handler | ( | ) |
Definition at line 133 of file logger.cpp.
|
virtual |
Handle a log message.
Implements VOM::log_t::handler.
Definition at line 139 of file logger.cpp.