#include <gnuradio/log/backend.h>
Public Member Functions | |
| virtual bool | log (const entry &what)=0 |
| virtual const std::string | description ()=0 |
| virtual bool | flush ()=0 |
| Return a description of the logger. More... | |
| virtual | ~backend ()=default |
| Flush the logging state out. More... | |
Logging backend base class
|
virtualdefault |
Flush the logging state out.
|
pure virtual |
Implemented in gr::log::stderr_backend.
|
pure virtual |
Return a description of the logger.
Implemented in gr::log::stderr_backend.
|
pure virtual |
logging operation
| what | the log entry to log |
Implemented in gr::log::stderr_backend.