How to redirect FIX Antenna and/or FIXEdge logging to Syslog instead of files

The following properties shall be specified in engine.properties and/or FIXEdge.properties to log into Syslog instead of files on Linux:

Syslog.conf.sample
#Switch on Syslog globally
Log.Device = Syslog

#Set up syslog Ident (by default it will be FIXEdge.<category name>
Log.Syslog.Ident = MyCustomIdent

#Switch on syslog for a particular category
Log.<Category name>.Device = Syslog

#Set up syslog Indent for a particular category
Log.<Category name>.Syslog.Ident = MyCustomIdent