docs: compare LogIt++ with C++ logging libraries - #128
Merged
Conversation
LimiNode
force-pushed
the
docs/information-architecture
branch
from
September 10, 2026 22:17
34dd54b to
94199f2
Compare
LimiNode
changed the base branch from
docs/information-architecture
to
main
September 10, 2026 22:25
Document LogIt++ trade-offs and design differences against spdlog, Quill, Boost.Log, glog, and IceCream-Cpp. Keep the benchmark section limited to the reproducible LogIt++/spdlog fixture, provide English and Russian pages, and wire the canonical page into Doxygen and documentation smoke checks.
Describe glog's stream-oriented macro surface without implying a printf API that the checked release does not document.
Keep the new comparison page in the same Doxygen documentation list as the other guides.
Keep the comparison link and feature summary as distinct Doxygen sections for a clearer generated landing page.
Align the English and Russian comparison pages with the checked upstream capabilities. Cover Quill named values, rate limiting, structured output, and Prometheus support; distinguish formatting and telemetry models; clarify Boost.Log queues, glog lifecycle, and LogIt++ storage semantics.
Clarify that glog's printf-style RAW_LOG API is limited to low-level stderr logging in both comparison translations.
LimiNode
force-pushed
the
docs/comparison
branch
from
September 10, 2026 22:26
c0b9d83 to
05a315b
Compare
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.
Summary
Validation
git diff --checkpassescomparison.htmlThis PR is stacked on the documentation architecture work in #125 and should be rebased onto
mainafter #125 lands.