Liblinphone 5.3.5
Public Member Functions | List of all members
linphone::LoggingServiceListener Class Reference

Listener for LoggingService. More...

#include <logging_service_listener.hh>

Inheritance diagram for linphone::LoggingServiceListener:

Public Member Functions

virtual LINPHONECXX_PUBLIC void onLogMessageWritten (const std::shared_ptr< linphone::LoggingService > &logService, const std::string &domain, linphone::LogLevel level, const std::string &message)
 Type of callbacks called each time liblinphone write a log message.
 

Detailed Description

Listener for LoggingService.

Member Function Documentation

◆ onLogMessageWritten()

virtual LINPHONECXX_PUBLIC void linphone::LoggingServiceListener::onLogMessageWritten ( const std::shared_ptr< linphone::LoggingService > & logService,
const std::string & domain,
linphone::LogLevel level,
const std::string & message )
inlinevirtual

Type of callbacks called each time liblinphone write a log message.

Parameters
logServiceA pointer on the logging service singleton.
domainA string describing which sub-library of liblinphone the message is coming from.
levelVerbosity LogLevel of the message.
messageContent of the message.

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