GNU Radio Manual and C++ API Reference  3.7.14.0
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 ~backend ()=default
 Flush the logging state out. More...
 

Constructor & Destructor Documentation

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

Flush the logging state out.

Member Function Documentation

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

Implements gr::log::backend.

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

Return a description of the logger.

Implements gr::log::backend.

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: