Commit b4aaced
authored
Replaces inline logging with source-generated LoggerMessage (#2903)
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 6b02ba8 commit b4aaced
1 file changed
+454
-70
lines changed
0 commit comments