Can you run a powershell command within nxlog?

View thread

keefbaker

Hi guys, because the event log doesn't subscribe to debug logs and because I have an app that mangles it's entries I was wondering if you can run a powershell command encapsulated in an if.

eg:

if $SourceName == "IHateThisApp" \

{ \

$Message = *encapsulated powershell command* ;  }

Of if someone know a way to get the debug info out and parsed into nxlog.