We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fb024 commit b509eb9Copy full SHA for b509eb9
README.md
@@ -84,6 +84,13 @@ Stop-ScriptLogger
84
85
## Versions
86
87
+### 1.2.0
88
+
89
+- Add encoding option for the log file output
90
+- Add error handling for log file and event log output
91
+- Change console output from cmdlets to $Host.UI methods
92
+- Fix error record handling to log correct invocation information
93
94
### 1.1.1
95
96
- Add formats and types resources
ScriptLogger.psd1
@@ -1,6 +1,6 @@
1
@{
2
RootModule = 'ScriptLogger.psm1'
3
- ModuleVersion = '1.1.1'
+ ModuleVersion = '1.2.0'
4
GUID = '0E1AF375-67C1-460A-A247-045C5D2B54AA'
5
Author = 'Claudio Spizzi'
6
Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.'
0 commit comments