#pragma once #include class Trace : public telemetry::TraceBase { public: // Log if the user has Awake enabled or disabled static void EnableAwake(const bool enabled) noexcept; };