PowerShellLoggingModule icon indicating copy to clipboard operation
PowerShellLoggingModule copied to clipboard

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

Results 7 PowerShellLoggingModule issues
Sort by recently updated
recently updated
newest added

Dear All When trying to use the module in PowerShell 7 I get the following error. ``` C:\> import-module PowerShellLogging C:\> Enable-LogFile -Path "c:\temp\test.txt" ErrorCallback Path Streams DateTimeFormat ------------- ----...

Adding some examples to the ReadMe showing how to use it (not just install it) and what that looks like would be helpful. I (and I imagine others) don't even...

The commands all use a _static_ `HostIOInterceptor.Instance` When `AttachToHost` is called on that static instance (from any command) the current `InternalHost` shim (the one that's active in the current runspace)...

This may be of interest. I wanted to use your logging framework (I need a logger that intercepts, not one that has to be called explicitly) but I wanted my...

Added [I] to information/output message streams. Changed Timestamp to ISO standard :)

When inside one of the script blocks, something will be written to the console, then this is also captured. Initially it sounds reasonable but there is a danger here. ```powershell...

Since @jaykul has put a clone of this repo over at [PoshCode](https://github.com/[PoshCode/PowerShellLogging), perhaps it would be appropriate to archive this version and refer visitors to the new repo? The Project...