Skip to content

Version 1.2.0

Choose a tag to compare

@bradyscode bradyscode released this 20 Apr 15:34
· 8 commits to master since this release

New Example Logs:

File logging:

[CRITICAL] WebApplication2/WeatherForecastController - [4/19/2024 11:44:23 PM] Thread #: 13 : Getting weather forecast

Database table:

LogID LogDate LoggingClass LogProject LogLevel ThreadId LogMessage
1 2024-04-19 19:52:09.007 WeatherForecastController WebApplication2 INFORMATION 10 Getting weather forecast

Features:

  • Introducing ManagedThreadId tracing for enhanced logging capabilities. Now, track thread-specific information in your logs effortlessly.

Enhancements:

  • Improved logging precision: Class name and calling project are now included in log entries, providing clearer context for debugging and monitoring.
  • Enhanced table generation: Additional columns have been added to auto-generated tables, streamlining data visualization and analysis.

Bug Fixes:

No bug fixes were necessary for this release.

Upgrade your logging experience with these new features and enhancements. Happy logging!