#include <gnuradio/log/stderr_backend.h>
|
bool | log (const entry &what) override |
|
const std::string | description () override |
|
bool | flush () override |
| Return a description of the logger.
|
|
| ~stderr_backend () override |
| Flush the logging state out.
|
|
virtual | ~backend ()=default |
| Flush the logging state out.
|
|
◆ ~stderr_backend()
gr::log::stderr_backend::~stderr_backend |
( |
| ) |
|
|
override |
Flush the logging state out.
◆ description()
const std::string gr::log::stderr_backend::description |
( |
| ) |
|
|
overridevirtual |
◆ flush()
bool gr::log::stderr_backend::flush |
( |
| ) |
|
|
overridevirtual |
◆ log()
bool gr::log::stderr_backend::log |
( |
const entry & |
what | ) |
|
|
overridevirtual |
logging operation
- Parameters
-
- Returns
- bool representing success of the logging operation
Implements gr::log::backend.
The documentation for this class was generated from the following file: