document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Assemble the full syslog formatted message
  2. $FullSyslogMessage = "<{0}>{1} {2} {3}" -f $Priority, $Timestamp, $Hostname, $Message
');