#include <logging.hpp>
Definition at line 15 of file logging.hpp.
◆ ~Observer()
virtual mbgl::Log::Observer::~Observer |
( |
| ) |
|
|
virtualdefault |
◆ onRecord()
virtual bool mbgl::Log::Observer::onRecord |
( |
EventSeverity |
severity, |
|
|
Event |
event, |
|
|
int64_t |
code, |
|
|
const std::string & |
msg |
|
) |
| |
|
pure virtual |
When an observer is set, this function will be called for every log message. Returning true will consume the message.
The documentation for this class was generated from the following file:
- /home/runner/work/maplibre-native/maplibre-native/include/mbgl/util/logging.hpp