-
-
Notifications
You must be signed in to change notification settings - Fork 48
Logging-Provider: Memory #705
Copy link
Copy link
Open
Description
A new logging provider that logs to a dedicated in-memory.
Supports max capacity
Retrieve logs via Get-PSFMessage
Clear logs via Clear-PSFMessage
This makes it easier to collect all related messages in a runspace scenario, where relying on the plain in-memory log may risk losing messages due to capacity constraints.
Reactions are currently unavailable