proheng / PowerShellLoggingModule

Automatically capture and save PowerShell console output from a script (without the limitations and headaches of Start-Transcript)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShellLoggingModule

Uses Reflection to intercept text output headed for the PowerShell console or ISE. Lines of output are sent to any number of subscriber objects for the purpose of producing complete log files of script output (including date/timestamps) without the need for extra code by the script author.

The source code is maintained on GitHub. If you would like to use the module but can't compile it yourself, you can install it with PowerShellGet:

Install-Module PowerShellLogging

Or download a zip file of the module from:

http://gallery.technet.microsoft.com/scriptcenter/Enhanced-Script-Logging-27615f85

About

Automatically capture and save PowerShell console output from a script (without the limitations and headaches of Start-Transcript)

License:Apache License 2.0


Languages

Language:C# 94.4%Language:PowerShell 5.6%