GNU Radio Manual and C++ API Reference 3.7.14.0
The Free & Open Software Radio Ecosystem
gr::log::stderr_backend Class Reference

#include <gnuradio/log/stderr_backend.h>

Public Member Functions

bool log (const entry &what) override
 
const std::string description () override
 
bool flush () override
 Return a description of the logger. More...
 
 ~stderr_backend () override
 Flush the logging state out. More...
 
- Public Member Functions inherited from gr::log::backend
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...
 

Constructor & Destructor Documentation

◆ ~stderr_backend()

gr::log::stderr_backend::~stderr_backend ( )
override

Flush the logging state out.

Member Function Documentation

◆ description()

const std::string gr::log::stderr_backend::description ( )
overridevirtual

Implements gr::log::backend.

◆ flush()

bool gr::log::stderr_backend::flush ( )
overridevirtual

Return a description of the logger.

Implements gr::log::backend.

◆ log()

bool gr::log::stderr_backend::log ( const entry &  what)
overridevirtual

logging operation

Parameters
whatthe log entry to log
Returns
bool representing success of the logging operation

Implements gr::log::backend.


The documentation for this class was generated from the following file: