Loading...
Searching...
No Matches
Loggerabstract

#include <Ultralight/platform/Logger.h>

Overview

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 ~Logger ( )
virtual

Member Function Documentation

◆ LogMessage()

virtual void 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: