Easy3D 2.6.1
|
#include <easy3d/util/logging.h>
Public Member Functions | |
virtual void | send (el::Level level, const std::string &msg)=0 |
writes the log message msg (and may also other given information). | |
Base class for a logger (that can log messages to whatever) Users should subclass Logger and override send() to do whatever they want.