We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3cd2e commit 72c94c9Copy full SHA for 72c94c9
1 file changed
include/MaaUtils/Logger.h
@@ -8,8 +8,8 @@ MAA_LOG_NS_BEGIN
8
class MAA_UTILS_API Logger
9
{
10
public:
11
- static constexpr std::string_view kLogFilename = "maa.log";
12
- static constexpr std::string_view kLogbakFilename = "maa.bak.{}.log";
+ static constexpr std::string_view kLogFilename = "maafw.log";
+ static constexpr std::string_view kLogbakFilename = "maafw.bak.{}.log";
13
14
15
static Logger& get_instance();
0 commit comments