Monero
Public Member Functions | Friends | List of all members
el::Loggable Class Referenceabstract

Base of Easylogging++ friendly class. More...

#include <easylogging++.h>

Inheritance diagram for el::Loggable:
Inheritance graph
[legend]

Public Member Functions

virtual ~Loggable (void)
 
virtual void log (el::base::type::ostream_t &) const =0
 

Friends

el::base::type::ostream_toperator<< (el::base::type::ostream_t &os, const Loggable &loggable)
 

Detailed Description

Base of Easylogging++ friendly class.

After inheriting this class publicly, implement pure-virtual function void log(std::ostream&) const

Constructor & Destructor Documentation

◆ ~Loggable()

virtual el::Loggable::~Loggable ( void  )
inlinevirtual

Member Function Documentation

◆ log()

virtual void el::Loggable::log ( el::base::type::ostream_t ) const
pure virtual

Friends And Related Function Documentation

◆ operator<<

el::base::type::ostream_t& operator<< ( el::base::type::ostream_t os,
const Loggable loggable 
)
friend

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