I am currently doing something like this
<key>StandardOutPath</key>
<string>/var/log/s.log</string>
<key>StandardErrorPath</key>
<string>/var/log/e.log</string>
I would like to use system log instead of files. Is there a way to accomplish that by modifying the above lines ?