#include <rs.hpp>
Public Member Functions | |
log_callback (T on_log) | |
void | on_log (rs2_log_severity severity, rs2_log_message const &msg) noexceptoverride |
void | release () override |
Public Member Functions inherited from rs2_log_callback | |
virtual | ~rs2_log_callback () |
Private Attributes | |
T | on_log_function |
|
inlineexplicit |
|
inlineoverridevirtualnoexcept |
Implements rs2_log_callback.
|
inlineoverridevirtual |
Implements rs2_log_callback.
|
private |