functions/debugging/Disable-SelfLog.ps1
1 2 3 |
function Disable-SelfLog { [Serilog.Debugging.SelfLog]::Disable() } |
1 2 3 |
function Disable-SelfLog { [Serilog.Debugging.SelfLog]::Disable() } |