-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Language bindings
bodgergely edited this page Sep 6, 2019
·
10 revisions
On a reasonably sized log message (under 1000 bytes) spdlog will take to complete a single log transaction around 4% (async mode enabled) and 7% (sync mode) of the time required by python's standard logging logger (FileLogger).
pip install spdlog
GitHub repo: spdlog-python
- Async mode support
- ConsoleLogger
- FileLogger
- DailyLogger
- RotatingLogger
- SyslogLogger
- LogLevels
- Sinks
Missing:
- String formatting