Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
serilog
/
serilog-extensions-logging
Public
Notifications
You must be signed in to change notification settings
Fork
104
Star
331
Code
Issues
12
Pull requests
2
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
dev
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 4, 2025
Merge pull request #277 from AndreReise/avoid-closure-allocation
Show description for d8c75ec
nblumhardt
authored
d8c75ec
Copy full SHA for d8c75ec
Encapsulate item management logic in ScopeCollector.
AndreReise
committed
46dfbf4
Copy full SHA for 46dfbf4
Commits on Jun 3, 2025
Remove closure allocation in SerilogLoggerProvider.
AndreReise
committed
8fb1e0f
Copy full SHA for 8fb1e0f
Commits on Jun 2, 2025
Dev version bump [skip ci]
nblumhardt
authored
924776e
Copy full SHA for 924776e
Commits on Jun 1, 2025
Merge pull request #274 from nblumhardt/event-id-clash
Show description for 49e90a7
nblumhardt
authored
49e90a7
Copy full SHA for 49e90a7
When an event id is specified, and a property named EventId exists in the template, the intrinsic event id wins; fixes #273
nblumhardt
committed
922a470
Copy full SHA for 922a470
Commits on Mar 25, 2025
Dev version bump [skip ci]
nblumhardt
authored
b851808
Copy full SHA for b851808
Commits on Mar 13, 2025
Merge pull request #269 from nblumhardt/nested-scope-ordering
Show description for 7713521
nblumhardt
authored
7713521
Copy full SHA for 7713521
Correct the order of property additions from external scopes; fixes #267
nblumhardt
committed
68374e5
Copy full SHA for 68374e5
Commits on Dec 15, 2024
Merge pull request #265 from brental/instructions-updates
Show description for 8575f90
nblumhardt
authored
8575f90
Copy full SHA for 8575f90
Update instructions for ASP.NET Core and Non-Web .NET Core to specify using AddSerilog() instead of UseSerilog().
brental
committed
a9bd3f8
Copy full SHA for a9bd3f8
Commits on Dec 9, 2024
CI badge update [skip ci]
nblumhardt
authored
8fc02eb
Copy full SHA for 8fc02eb
Dev version bump [skip ci]
nblumhardt
authored
0d9dbcf
Copy full SHA for 0d9dbcf
Commits on Dec 6, 2024
Merge pull request #247 from nblumhardt/serilog-4x
Show description for 92751dd
nblumhardt
authored
92751dd
Copy full SHA for 92751dd
Merge branch 'dev' of https://github.com/serilog/serilog-extensions-logging into serilog-4x
nblumhardt
committed
e47a264
Copy full SHA for e47a264
Commits on Nov 26, 2024
Merge pull request #264 from nblumhardt/dotnet-9
Show description for 1549fe5
nblumhardt
authored
1549fe5
Copy full SHA for 1549fe5
Commits on Nov 24, 2024
Ignore .DS_Store
nblumhardt
committed
44d0ec9
Copy full SHA for 44d0ec9
Update to .NET 9, Actions build, revise targets, seal public types not designed for inheritance
nblumhardt
committed
a35b35b
Copy full SHA for a35b35b
Commits on Nov 16, 2024
Merge pull request #262 from agehrke/asyncdispose
Show description for 0584a5b
nblumhardt
authored
0584a5b
Copy full SHA for 0584a5b
Define FEATURE_ASYNCDISPOSABLE and use
agehrke
committed
ac351f2
Copy full SHA for ac351f2
Address naming
agehrke
committed
03a235a
Copy full SHA for 03a235a
Commits on Nov 15, 2024
Merge pull request #260 from AndreReise/improve-event-id-cache
Show description for 5e1527d
nblumhardt
authored
5e1527d
Copy full SHA for 5e1527d
Make EventIdPropertyCache non-static; Create unit tests.
andrii-babanin-sym
committed
2bc0ea5
Copy full SHA for 2bc0ea5
Make SerilogLoggerProvider implement IAsyncDisposable on .NET 6 or later.
agehrke
committed
d5eb130
Copy full SHA for d5eb130
Add functional tests of AddSerilog() extension method.
agehrke
committed
4f3305a
Copy full SHA for 4f3305a
Commits on Nov 1, 2024
Revert sample code changes.
andrii-babanin-sym
committed
29b94f3
Copy full SHA for 29b94f3
Shared static EventIdPropertyCache cache; Use ConcurrentDictionary as storage.
andrii-babanin-sym
committed
cb77647
Copy full SHA for cb77647
Change copyright text.
andrii-babanin-sym
committed
59165d5
Copy full SHA for 59165d5
Define EventKey as readonly record struct.
andrii-babanin-sym
committed
3731bcb
Copy full SHA for 3731bcb
Commits on Oct 31, 2024
Remove comment.
andrii-babanin-sym
committed
b68c884
Copy full SHA for b68c884
Compare both Id and Name for equity.
andrii-babanin-sym
committed
919b919
Copy full SHA for 919b919
Use EventIdPropertyCache in SerilogLogger; Create EventIdPropertyCache test class.
andrii-babanin-sym
committed
4eb8b3c
Copy full SHA for 4eb8b3c
Implement EventId to LogEventProperty cache.
andrii-babanin-sym
committed
0e5fe4c
Copy full SHA for 0e5fe4c
Extend LogEventBenchmark with ILogger.Log that includes EventId.
andrii-babanin-sym
committed
d0dbbb1
Copy full SHA for d0dbbb1
Commits on Jul 23, 2024
Merge branch 'dev' into serilog-4x
nblumhardt
authored
10afe06
Copy full SHA for 10afe06
Pagination
Previous
Next
You can’t perform that action at this time.