PowershellFrameworkCollective / psframework

A module that provides tools for other modules and scripts
MIT License
435 stars 41 forks source link

Logging: logfile should support renaming expressions #573

Closed FriedrichWeinmann closed 1 year ago

FriedrichWeinmann commented 1 year ago

Properties such as these should be supported:

"Message as Text"
"Data.Ticket as TicketNr"

Allowing simple access to sub-properties, such as values in Data or renaming headers.

FriedrichWeinmann commented 1 year ago

Implemented in 1.8.289