libktorrent  2.2.0
Public Member Functions | List of all members
bt::LogMonitorInterface Class Referenceabstract

Interface for classes who which to receive which log messages are printed. More...

#include <logmonitorinterface.h>

Public Member Functions

virtual void message (const QString &line, unsigned int arg)=0
 

Detailed Description

Author
Joris Guisson

This class is an interface for all classes which want to know, what is written to the log.

Definition at line 37 of file logmonitorinterface.h.

Member Function Documentation

◆ message()

virtual void bt::LogMonitorInterface::message ( const QString &  line,
unsigned int  arg 
)
pure virtual

A line was written to the log file.

Parameters
lineThe line

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