SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
Utils::CustomLog Class Referenceabstract

Logger interface. More...

#include <CustomLog.h>

Inheritance diagram for Utils::CustomLog:
[legend]

Public Member Functions

virtual void post (const std::string &message)=0
 
virtual ~CustomLog ()
 

Detailed Description

Logger interface.

Definition at line 20 of file CustomLog.h.

Constructor & Destructor Documentation

◆ ~CustomLog()

virtual Utils::CustomLog::~CustomLog ( )
inlinevirtual

Definition at line 24 of file CustomLog.h.

24 { ; }

Member Function Documentation

◆ post()

virtual void Utils::CustomLog::post ( const std::string &  message)
pure virtual

Implemented in LogWindow.


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