Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
ultralight::Logger Class Referenceabstract

#include <Ultralight/platform/Logger.h>

Details

User-defined logging interface.

The library uses this to display log messages for debugging during development.

This is intended to be implemented by users and defined before creating the Renderer.

See also
Platform::set_logger()

Public Member Functions

virtual ~Logger ()
 
virtual void LogMessage (LogLevel log_level, const String &message)=0
 Called when the library wants to display a log message.
 

Constructor & Destructor Documentation

◆ ~Logger()

virtual ultralight::Logger::~Logger ( )
virtual

Member Function Documentation

◆ LogMessage()

virtual void ultralight::Logger::LogMessage ( LogLevel  log_level,
const String message 
)
pure virtual

Called when the library wants to display a log message.


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