Releases: RootITUp/Logging
Releases · RootITUp/Logging
4.2.11
What's new in 4.2.11
- [FIX] Closed issue #66 where messages are lost on Powershell ISE
- [MOD] Decreased
Wait-Logging
timeout from 5 minutes to 30 seconds
4.2.6
What's new in 4.2.6
In this release we worked out an issue about setting default
level or formatting was not honored by the already configured
targets (#67) and one about level ignored when dispatching messages
to targets (#68)
Thanks to: @ZamElek
4.2.2
What's new in 4.2.2
In this minor release we fixed an annoying issue about how the module loads the available targets.
Now the loading routine is run inside the runspace to isolate the scope where the targets scriptblock is created.
- [BUG] Major code update to address issue #63
- [FIX]
Set-LoggingDefaultLevel
sets default level on cofigured targets too (#61, #58)
- [MOD] Removed validation on parameter Arguments
4.1.1
What's new in 4.1.1
- [NEW] Added timestamputc to log message properties #48
- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
- [FIX] Removed self loading in runspace
- [FIX] Moved Use-LogMessage to private functions
- [FIX] Added timeout to Wait-Logging to avoid hangs
4.0.3
What's new in 4.0.3
- [FIX] removed catalog generation until I get more grasp on the process
3.0.0
What's new in 3.0.0
This major release shouldn't break anything.
It should improve logging performance to a new level thanks to the amazing work of @tosoikea.
- [NEW] Advanced Logging Manager (thx to @tosoikea)
- [NEW] Module catalog generation on build
- [FIX] Filename token (thx to @lookcloser)
- [MOD] Code cleanup