Logging
Logging copied to clipboard
Import-Module raises errors if in a script strict mode
the following script sometimes raises errors
Set-StrictMode -Version latest
Import-Module Logging
because of the way $Script:Logging -and $Script:LevelNames are tested in Set-LoggingVariables.ps1