Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
iceberg-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
118
Star
216
Code
Issues
30
Pull requests
28
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(logging): add Logger interface and default logger (2/6)
- #723
#723
Merged
wgtmac
merged 12 commits into
apache:main
apache/iceberg-cpp:main
from
kamcheungting-db:logging-block2-interface
kamcheungting-db/iceberg-cpp:logging-block2-interface
Copy head branch name to clipboard
Jun 22, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat(logging): add Logger interface and default logger (2/6)
#723
wgtmac
merged 12 commits into
apache:main
apache/iceberg-cpp:main
from
kamcheungting-db:logging-block2-interface
kamcheungting-db/iceberg-cpp:logging-block2-interface
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2026
feat(logging): add Logger interface and process-global default (2/6)
Show description for 246cab6
kamcheungting-db
committed
246cab6
View commit details
Copy full SHA for 246cab6
Browse repository at this point
Commits on Jun 19, 2026
fix(logging): address review feedback on the Logger interface
Show description for 796ff0d
kamcheungting-db
committed
796ff0d
View commit details
Copy full SHA for 796ff0d
Browse repository at this point
Commits on Jun 21, 2026
feat(logging): add std::format-style Log() functions
Show description for 4943849
kamcheungting-db
committed
4943849
View commit details
Copy full SHA for 4943849
Browse repository at this point
feat(logging): add LogMessage::Builder for structured attributes
Show description for bd4a25c
kamcheungting-db
committed
bd4a25c
View commit details
Copy full SHA for bd4a25c
Browse repository at this point
fix name problem
kamcheungting-db
committed
92c4f97
View commit details
Copy full SHA for 92c4f97
Browse repository at this point
add comment to location_ to clarify why no std::move
kamcheungting-db
committed
5a9c820
View commit details
Copy full SHA for 5a9c820
Browse repository at this point
fix(logging): free the per-thread logger cache at thread exit
Show description for 79acfa8
kamcheungting-db
committed
79acfa8
View commit details
Copy full SHA for 79acfa8
Browse repository at this point
test(logging): make CapturingLogger's level atomic
kamcheungting-db
committed
963c49d
View commit details
Copy full SHA for 963c49d
Browse repository at this point
feat(logging): add ScopedLogger for per-context logger routing
Show description for 642926c
kamcheungting-db
committed
642926c
View commit details
Copy full SHA for 642926c
Browse repository at this point
fix(logging): mark public Log() overloads noexcept
Show description for ecc17a9
kamcheungting-db
committed
ecc17a9
View commit details
Copy full SHA for ecc17a9
Browse repository at this point
move location_'s assignment to the constructor with test cases
kamcheungting-db
committed
2cb7357
View commit details
Copy full SHA for 2cb7357
Browse repository at this point
Commits on Jun 22, 2026
refactor(logging): capture Builder source_location at the caller's site
Show description for d1223eb
kamcheungting-db
committed
d1223eb
View commit details
Copy full SHA for d1223eb
Browse repository at this point
You can’t perform that action at this time.