the following script sometimes raises errors ```PowerShell Set-StrictMode -Version latest Import-Module Logging ``` because of the way `$Script:Logging` -and `$Script:LevelNames` are tested in `Set-LoggingVariables.ps1`