Kimmels-n-Bits / PSRelativityConfig

A PowerShell module with cmdlets to configure Relativity environments.
MIT License
1 stars 0 forks source link

Add feature to handle multiple output streams #24

Closed Oasis-MS closed 2 months ago

Oasis-MS commented 2 months ago

use module scope to toggle Log Writes, CLI Writes, ProgressBar, or silent modes

Oasis-MS commented 2 months ago

new function Set-Output can be used to modify defaults at runtime.

Logic for controlling Progress Bar, CLI, Log, and silent are all working now.

However, the 'Log' write engine is not done yet. (separate issue)