#include <rs.hpp>
Public Member Functions | |
log_callback (std::function< void(log_severity, const char *)> on_event) | |
void | on_event (rs_log_severity severity, const char *message) override |
void | release () override |
Public Member Functions inherited from rs_log_callback | |
virtual | ~rs_log_callback () |
Private Attributes | |
std::function< void(log_severity, const char *)> | on_event_function |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements rs_log_callback.
|
inlineoverridevirtual |
Implements rs_log_callback.
|
private |