Skip to content

Commit b4aaced

Browse files
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

File tree

1 file changed

+454
-70
lines changed

1 file changed

+454
-70
lines changed

0 commit comments

Comments
 (0)