File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212RootModule = ' Logging.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 4.0.3 '
15+ ModuleVersion = ' 4.1.1 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.1.1 (2019-05-20)
4+
5+ - [ NEW] Added timestamputc to log message properties #48
6+ - [ NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
7+ - [ FIX] Removed self loading in runspace
8+ - [ FIX] Moved Use-LogMessage to private functions
9+ - [ FIX] Added timeout to Wait-Logging to avoid hangs
10+
311## 4.0.3 (2019-04-15)
412
513- [ FIX] removed catalog generation until I get more grasp on the process
@@ -115,3 +123,4 @@ It should improve logging performance to a new level thanks to the amazing work
115123
116124
117125
126+
Original file line number Diff line number Diff line change 1- - [ NEW] Added timestamputc to log message properties #48
2- - [ NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
3- - [ FIX] Removed self loading in runspace
4- - [ FIX] Moved Use-LogMessage to private functions
5- - [ FIX] Added timeout to Wait-Logging to avoid hangs
Original file line number Diff line number Diff line change 2626 - Set-LoggingCustomTarget : Set-LoggingCustomTarget.md
2727 - Set-LoggingDefaultFormat : Set-LoggingDefaultFormat.md
2828 - Set-LoggingDefaultLevel : Set-LoggingDefaultLevel.md
29- - Use-LogMessage : Use-LogMessage.md
3029 - Wait-Logging : Wait-Logging.md
3130 - Write-Log : Write-Log.md
You can’t perform that action at this time.
0 commit comments