Hello,
I'm trying to set a syslog function that transfert logs to a syslog server.
The PRINT #4 "<TCPCONNECT xxx.xxx.xxx.xxx:514>" function work well,
but after I have to PRINT #4 the content of the TCP packet and the syslog protocol requied as a first parameter a value setting the emergency level in the format <XXX>. It's seems that <XXX> is interpreted as a command tag and the packet is not generated and sended over the TCPIP. If i add a leading space, it's working well, but the packet is missformed and so pisinterpreted by the Syslog protocol.
Is there a way that I can send the <XXX> wihout being considered as a command tag?
Regards.