mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
shortcut guide logs (#8191)
This commit is contained in:
11
src/modules/shortcut_guide/ShortcutGuideLogger.h
Normal file
11
src/modules/shortcut_guide/ShortcutGuideLogger.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <common/logger/logger.h>
|
||||
|
||||
class ShortcutGuideLogger
|
||||
{
|
||||
static std::shared_ptr<Logger> logger;
|
||||
|
||||
public:
|
||||
static void Init(std::wstring moduleSaveLocation);
|
||||
static std::shared_ptr<Logger> GetLogger();
|
||||
};
|
||||
Reference in New Issue
Block a user