Class OnLogDebugDelegate

Declaration

struct winrt::Microsoft::Azure::SpatialAnchors::OnLogDebugDelegate

Description

Informs the application of a debug log message.

Applications use this type when registering events.

For more information, see How to handle events using delegates in C++/WinRT.

Constructors

OnLogDebugDelegate(std::nullptr_t = nullptr) noexcept;
template<typename L> OnLogDebugDelegate(L lambda);
template<typename F> OnLogDebugDelegate(F* function);
template<typename O, typename M> OnLogDebugDelegate(O* object, M method);

Methods

void operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Microsoft::Azure::SpatialAnchors::OnLogDebugEventArgs const& args) const;

Parameters

  • sender - The session that fired the event.
  • args - Information about the log.