mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() examples work fine when run from example/, as in $ cd example/ $ ./example but otherwise break: $ cd $ ~/path/to/spdlog/example/bench the above would fail on trying to open the logs/somefile for writing if the logs directory doesn't exist in the current directory. let's not assume there is a logs/ directory and just write our logs in the current directory. we can suffix the logs with .log so they're easy to find in .gitignore for cleanup. and with that, we don't need the logs direcory, or the .gitignore inside it that keeps it hanging. |
11 years ago | |
---|---|---|
.. | ||
Makefile | 11 years ago | |
Makefile.clang | 11 years ago | |
Makefile.mingw | 11 years ago | |
bench.cpp | 11 years ago | |
example.cpp | 11 years ago | |
utils.h | 11 years ago |