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` 即可看到运行结果。