Skip to content

Commit d44c597

Browse files
author
Dave Wyatt
committed
Create README.md
1 parent 26d8783 commit d44c597

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
PowerShellLoggingModule
2+
=======================
3+
Uses Reflection to intercept text output headed for the PowerShell
4+
console or ISE. Lines of output are sent to any number of
5+
subscriber objects for the purpose of producing complete log files
6+
of script output (including date/timestamps) without the need for
7+
extra code by the script author.
8+
9+
The source code is maintained on GitHub. If you would like to use
10+
the module but can't compile it yourself, you can download a zip file
11+
of the module from:
12+
13+
http://gallery.technet.microsoft.com/scriptcenter/Enhanced-Script-Logging-27615f85

0 commit comments

Comments
 (0)