I have looked at the documentation several times and not able to do the following.

The hostname on my device returns the string "hostname". I see that SyslogConverter returns
this string.  I want to be able to replace that with the ip+mac address of the machine.
Like this:
23:19:23:18:23:45+192.168.1.1
Is there a easy way to do this.

Also I looked at changing the suffixPattern to achieve this. How can I change it in java.
With xml the pattern is fixed and I cannot put the mac/ip address.

Thanks,
Roy