From 1dc48d4016a40a1d811e194cb66a672dd15cdf1e Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 13 Jun 2020 23:06:59 +0800 Subject: [PATCH] [demo] update the windows demo README.md --- demo/os/windows/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/os/windows/README.md b/demo/os/windows/README.md index b557405..d1a2f10 100644 --- a/demo/os/windows/README.md +++ b/demo/os/windows/README.md @@ -6,6 +6,8 @@ 使用GCC编译。通过 `main.c` 的 `test_elog()` 方法来测试日志的输出。 +目前已自动开启 file 插件,可以自动将日志存储至文件。 + ### 1.1、使用方法 使用前需提前配置好编译环境,配置成功后,点击 `make.bat` 脚本,等待编译完成后,打开 `out\EasyLoggerWinDemo.exe` 即可看到运行结果。