plugins/NLog/UnLoad.ps1

if ($Script:ModuleBuildLoggingEnabled) {
    UnRegister-NLog
    Remove-Module NlogModule
}