RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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:
el::base::LogFormat el::Configuration el::Logger

Public Member Functions

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

Friends

el::base::type::ostream_t & operator<< (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


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