GNU Radio Manual and C++ API Reference 3.7.14.0
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
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.
 
 ~stderr_backend () override
 Flush the logging state out.
 
- Public Member Functions inherited from gr::log::backend
virtual ~backend ()=default
 Flush the logging state out.
 

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: