Commit Graph

9 Commits

Author SHA1 Message Date
f873c42cbf fix(logging): Account for nullable value types
This commit updates logging to handle nullable value types and parameters.

The following changes were made:
- Updated the Value record to use '!' instead of '?' for nullability.
- Added '!' to the default Value.
- Added '!= null' checks to conditional assignment.
- Removed unnecessary nullable-disable compiler directives.
2024-08-15 22:26:47 -07:00
1fd02d1460 Update logging events and improve log details display
x) Add new logging events for GC and ThreadPoolWorkerThread
x) Implement method to extract method information from TraceEvent
x) Enhance log details display for specific event types
x) Improve time header format in log messages
x) Refactor verbose logging messages to include type friendly names
2024-06-02 16:26:11 -07:00
8879e98229 Whitespace changes 2024-04-30 12:18:33 -07:00
Marc Hernandez
2844950af3 Updates to SharpLib 2021-06-17 01:48:02 -07:00
6e2e40dee3 Moving some files around 2019-12-08 00:16:21 -08:00
30f3aa983b Reformat files 2019-07-12 01:02:29 -07:00
0e98d66d06 Various fixes 2019-07-07 18:02:45 -07:00
c5f35e58d9 Write out unfound config files as templates so you can hack around with them later. 2019-07-04 07:19:37 -07:00
1065aeec0b Add math 2019-06-26 00:51:19 -07:00