feat: add configurable logger system with spdlog backend#34
Merged
Conversation
Owner
IronsDu
commented
Mar 25, 2026
- Add LogSink interface for custom log output
- Add default stderr color sink using spdlog
- Support log level filtering (Trace/Debug/Info/Warning/Error/Fatal)
- Add thread-safe LogManager singleton
- Integrate logging into profiler_manager
- Add unit tests for logger functionality
- Fix build: link Drogon to profiler_lib
- Add LogSink interface for custom log output - Add default stderr color sink using spdlog - Support log level filtering (Trace/Debug/Info/Warning/Error/Fatal) - Add thread-safe LogManager singleton - Integrate logging into profiler_manager - Add unit tests for logger functionality - Fix build: link Drogon to profiler_lib Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove unused levelToString function in default_log_sink.cpp - Apply clang-format to all logger-related files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
f0b3f2f to
d28ccec
Compare
Add comprehensive documentation for the configurable logger system: - LogLevel enum with all severity levels - LogSink interface for custom log output - setSink() function to replace default sink - setLogLevel() function to control log verbosity - Integration examples: custom logger, spdlog, and null sink Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.