Base of Easylogging++ friendly class. More...
#include <easylogging++.h>
Public Member Functions | |
virtual void | log (el::base::type::ostream_t &) const =0 |
virtual | ~Loggable (void) |
Friends | |
el::base::type::ostream_t & | operator<< (el::base::type::ostream_t &os, const Loggable &loggable) |
Base of Easylogging++ friendly class.
After inheriting this class publicly, implement pure-virtual function void log(std::ostream&) const
Definition at line 1556 of file easylogging++.h.
|
inlinevirtual |
Definition at line 1558 of file easylogging++.h.
|
pure virtual |
Implemented in el::Logger, el::Configuration, and el::base::LogFormat.
|
friend |
Definition at line 1561 of file easylogging++.h.