Releases: RootITUp/Logging
Releases · RootITUp/Logging
4.8.5
What's new in 4.8.5 $(ReleaseDescription)
4.8.3
What's new in 4.8.3 $(ReleaseDescription)
4.8.2
What's new in 4.8.2 $(ReleaseDescription)
4.8.1
What's new in 4.8.1 $(ReleaseDescription)
4.8.0
What's new in 4.8.0
- #93 Added Exception handling in targets (not all cause I can't test it)
- #112 The Log object is now passed by value/copy to avoid that target manipulation could cause issues
4.7.1
What's new in 4.7.1
- #112 Log object is now copied through the targets to avoid manipulation
4.5.0
What's new in 4.5.0
- [ADD] Teams target now support additional body types for adaptive cards (@jangins101)
- [FIX] Refactored Teams target (@jangins101)
- [FIX] Removed formatting timestamp on log event creation, this caused lost of milliseconds later on
4.4.0
What's new in 4.4.0
- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99)
- [FIX] Fix startup race condition (#100) (@Tadas)
- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777)
- [FIX] Resolve relative Path in File target (#103) (@Tadas)
- [FIX] Target name is case insensitive (#106) (@Tadas)
4.3.1
What's new in 4.3.1
- [NEW] added target for Azure Log Analytics Workspace (thx to @manualbashing)
- [NEW] added target for Webex Teams (thx to @itshorty)
- [FIX] fixed module autoload (thx to @Tadas)
- [FIX] module don't hang shell exit (thx to @Tadas) #82