Skip to content

Replace LibLog with Microsoft.Extensions.Logging#54

Merged
craigsmitham merged 4 commits intomainfrom
replace-liblog-with-ms-logging
Apr 24, 2026
Merged

Replace LibLog with Microsoft.Extensions.Logging#54
craigsmitham merged 4 commits intomainfrom
replace-liblog-with-ms-logging

Conversation

@craigsmitham
Copy link
Copy Markdown
Member

Summary

Closes #40

  • Remove unmaintained LibLog v5.0.8 dependency from Directory.Packages.props and GraphZen.Infrastructure.csproj
  • Replace error logging in GraphZenApplicationBuilderExtensions with ILogger from Microsoft.Extensions.Logging (resolved from httpContext.RequestServices)
  • Remove non-essential debug logging from GraphQLContext and GraphZenServiceCollectionExtensions
  • Run JetBrains code cleanup (reformat only)

Test plan

  • dotnet build succeeds with 0 warnings
  • All tests pass
  • No remaining references to LibLog or GraphZen.Logging namespace
  • Error logging in GraphQL request handler verified to use ILogger

🤖 Generated with Claude Code

craigsmitham and others added 4 commits April 23, 2026 21:44
Remove unmaintained LibLog dependency and replace with
Microsoft.Extensions.Logging in the ASP.NET Core server project.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@craigsmitham craigsmitham merged commit 8658823 into main Apr 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace LibLog with Microsoft.Extensions.Logging

1 participant