document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Param
  2. (
  3.         [Parameter(mandatory=$true)] [String] $Server,
  4.         [Parameter(mandatory=$true)] [String] $Message,
  5.         [Parameter(mandatory=$true)] [Syslog_Severity] $Severity,
  6.         [Parameter(mandatory=$true)] [Syslog_Facility] $Facility,
  7.         [String] $Hostname,
  8.         [String] $Timestamp,
  9.         [int] $UDPPort = 514
  10. )
');