functions/debugging/Disable-SelfLog.ps1

function Disable-SelfLog {
    [Serilog.Debugging.SelfLog]::Disable()
}