SyslogCmdlet.psm1

# SyslogCmdlet.psm1
$moduleRoot = Split-Path -Parent $PSCommandPath
Add-Type -Path (Join-Path $moduleRoot "SyslogCmdlet.dll")