Skip to content

Conversation

@devlead
Copy link
Member

@devlead devlead commented Dec 13, 2025

  • Add FormattableString and FormattableLogAction overloads to all logging methods (Error, Warning, Information, Verbose, Debug)
  • Refactor LoggingAliases and LogExtensions into partial classes for better organization
  • Move verbosity control methods to separate partial class files
  • Add FormattableLogAction and FormattableLogActionEntry delegates
  • Add comprehensive tests for formattable string logging
  • Update integration tests to use disposable verbosity control
  • fixes Add FormattableString Support to Logging Methods #4698

@devlead devlead requested a review from a team December 13, 2025 15:44
- Add FormattableString and FormattableLogAction overloads to all logging methods (`Error`, `Warning`, `Information`, `Verbose`, `Debug`)
- Refactor LoggingAliases and LogExtensions into partial classes for better organization
- Move verbosity control methods to separate partial class files
- Add FormattableLogAction and FormattableLogActionEntry delegates
- Add comprehensive tests for formattable string logging
- Update integration tests to use disposable verbosity control
- fixes cake-build#4698
Copy link
Member

@patriksvensson patriksvensson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@devlead devlead merged commit 61bf1d6 into cake-build:develop Dec 14, 2025
17 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.

Add FormattableString Support to Logging Methods

2 participants