Commit Graph

11 Commits (230c34ce90ee05376684602c88b3d9201adb7e7b)

Author SHA1 Message Date
vwbij 8f0715ea8a Fixed: tests project was not working 9 years ago
vwbij b6805fd826 *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
Hugh Wang 96267654e6 Add Android examples. 9 years ago
davide d79af47a28 added example 9 years ago
gabime eff486dbae updated .gtiignore and example vcxproj file 9 years ago
gabime 01601cef85 fixed tests warnings 9 years ago
gabime b4923956ce updated gitignore and the example's VS 2015 .sln 9 years ago
gabime 7885aa478c no streams 9 years ago
gabime 0f88996974 gitignore update 10 years ago
Nick White b7e3a103c3 Generate & Install pkg-config File 10 years ago
gabime 4189a406f4 git ignore 12 years ago