Class OnLogDebugEventArgs

Provides data for the event that fires for logging messages.

class Microsoft::Azure::SpatialAnchors::OnLogDebugEventArgs final : public std::enable_shared_from_this<Microsoft::Azure::SpatialAnchors::OnLogDebugEventArgs>

Properties

Message

The logging message.

auto Message() const -> std::string;