WebVfx 0.1.6-6-g5144893-dirty
Public Member Functions
WebVfx::Logger Class Reference

Callback interface to expose logging. More...

#include <logger.h>

List of all members.

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

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:
 All Classes Namespaces Functions Variables Enumerations Enumerator