WebVfx  0.4.4-44-ga54b093
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
WebVfx::Logger Class Referenceabstract

Callback interface to expose logging. More...

#include <logger.h>

Public Member Functions

virtual void log (const QString &msg)=0
 Called whenever WebVfx needs to log a message. More...
 

Detailed Description

Callback interface to expose logging.

An instance of this class should be passed to WebVfx::setLogger(). WebVfx will then log all messages using that instance.

Member Function Documentation

virtual void WebVfx::Logger::log ( const QString &  msg)
pure virtual

Called whenever WebVfx needs to log a message.

Parameters
msgMessage to be logged.

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