#pragma once #include class ShortcutGuideLogger { static std::shared_ptr logger; public: static void Init(std::wstring moduleSaveLocation); static std::shared_ptr GetLogger(); };