This website works better with JavaScript.
Explore
Help
Sign In
danny
/
spdlog
mirror of
https://github.com/gabime/spdlog.git
Watch
1
Star
0
Fork
You've already forked spdlog
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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.
8f0715ea8a
v1.x
4xjtpd-codex/fix-bug-in-important-codebase-part
codex/fix-bug-in-important-codebase-part
update-jetbrains-logo
fix-warnings
fmt-11.2.0
register-replace-logger
feature-3379
v2.x
toh-ableton-fix-zformatter-apple
fix-3360
gabime/v1.15.1
gabime/visibilty-2.x
gabime/ansicolor_sink_improvements
docs2.x
master
gh-pages
v1.2.1
v0.10.0
v0.11.0
v0.12.0
v0.13.0
v0.14.0
v0.16.0
v0.16.1
v0.16.2
v0.16.3
v0.17.0
v0.9.0
v1.0.0
v1.1.0
v1.10.0
v1.11.0
v1.12.0
v1.13.0
v1.14.0
v1.14.1
v1.15.0
v1.15.1
v1.15.2
v1.15.3
v1.2.0
v1.3.0
v1.3.1
v1.4.0
v1.4.1
v1.4.2
v1.5.0
v1.6.0
v1.6.1
v1.7.0
v1.8.0
v1.8.1
v1.8.2
v1.8.3
v1.8.4
v1.8.5
v1.9.0
v1.9.1
v1.9.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8f0715ea8a'
${ noResults }
spdlog
/
SpeedTest
/
SpeedTest.rc
150 lines
6.9 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
*Added a bitmask to filter the logs. Now it is possible to use the bitmask and/or the loglevel to filter messages. You can disable this feature with the switch “SPDLOG_BITMASK_LOG_FILTER” in “tweakme.h”. * Support for widechar format strings and logfiles, activated by setting “SPDLOG_WCHAR_LOGGING” in “tweakme.h”. This selects the format of the format strings and of the logfiles. For Unicode logfiles a correct BOM is written as first character of the file. * Created a DLL with a C-Syle call interface “spdloglb.dll”. To do so, I’ve done the following: * Created the folder “include\spdlog\cstyle” with “logger_handle.h”, “sink_handle.h” * Created c-style interface under “spdloglb”, “spdloglb.cpp/h” * Interface to format strings using an object and stream operators: “spdloglb_vararg.cpp/h”, “vararg_list.h”, “vararg_listitem.h” under “include\spdlog\cstyle” * Taking out essential types from “common.h” to “common_types.h”: minimize informations required for the DLL interface.
9 years ago
<EFBFBD>
<EFBFBD>
/