writelogasync.ps1
Function Import-LoggingAssembly{ $ass="$PSScriptRoot\Logging.dll" try{ [System.Reflection.Assembly]::LoadFrom($ass) } catch{ throw } } Export-ModuleMember 'Import-LoggingAssembly' |
Function Import-LoggingAssembly{ $ass="$PSScriptRoot\Logging.dll" try{ [System.Reflection.Assembly]::LoadFrom($ass) } catch{ throw } } Export-ModuleMember 'Import-LoggingAssembly' |