WebVfx
Loading...
Searching...
No Matches
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.
 

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

◆ log()

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: