Skip to content

Commit 2820c02

Browse files
committed
Replaces inline logging with source-generated LoggerMessage
Adopts source-generated LoggerMessage for all logging calls, replacing direct string interpolation and formatting in log messages. Introduces strongly-typed helper structs for efficient log value formatting and factors out complex ToString() calls. Improves logging performance, ensures consistency across log entries, and reduces unnecessary allocations by deferring message formatting until required. Lays groundwork for easier log message maintenance and better structured logging.
1 parent 2cb97af commit 2820c02

1 file changed

Lines changed: 454 additions & 70 deletions

File tree

0 commit comments

Comments
 (0)