Skip to content

Add support for PS transcript (Start-Transcript) #126

@heinrich-ulbricht

Description

@heinrich-ulbricht

We are using both the Logging module and Start-Transcript. The former to get a nicely formatted, human-readable log output. The latter to catch anything in case the former is not enough.

Unfortunately logs written via Write-Log are missing from the transcript. I suppose the transcript needs the log written via Write-Host? Not sure about that. But it would be great to have this solved by either having a "PowerShell Transcript" logging target or a configuration option allowing all output to be written to Write-Host as well. Not sure how this looks in the console and there might be smarter ways.

Nevertheless, having all log output in the standard PS transcript as well would be very helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions