https://github.com/asteriskzuo/test_spdlog_framework
https://github.com/asteriskzuo/test_spdlog_framework
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asteriskzuo/test_spdlog_framework
- Owner: AsteriskZuo
- Created: 2019-03-30T08:59:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T09:16:39.000Z (about 6 years ago)
- Last Synced: 2025-04-14T19:17:31.958Z (about 2 months ago)
- Language: C++
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_spdlog_framework
test spdlog in xcode for framework project on mac
test env:
* mac version 10.13.6
* xcode version 10.1###1.create project test spdlog with framework type for compile.
###2.find questions:
####1.time.h in spdlog library conflict with mac system file name
####2.format_float member mothod is not find impl in format-inl.h
####3.SPDLOG_CONSTEXPR macro is not find in bin_to_hex.h, maybe not include common.h
####4.android_sink.h is not use conditional compilation, it should be as msvc_sink.h