Easy3D 2.5.3
Logger Class Referenceabstract

#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).
 

Detailed Description

Base class for a logger (that can log messages to whatever) Users should subclass Logger and override send() to do whatever they want.


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