Skip to content

Commit 72c94c9

Browse files
committed
chore: rename log
1 parent 1f3cd2e commit 72c94c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/MaaUtils/Logger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ MAA_LOG_NS_BEGIN
88
class MAA_UTILS_API Logger
99
{
1010
public:
11-
static constexpr std::string_view kLogFilename = "maa.log";
12-
static constexpr std::string_view kLogbakFilename = "maa.bak.{}.log";
11+
static constexpr std::string_view kLogFilename = "maafw.log";
12+
static constexpr std::string_view kLogbakFilename = "maafw.bak.{}.log";
1313

1414
public:
1515
static Logger& get_instance();

0 commit comments

Comments
 (0)