11f53c19fSbluhm# Test with default values, that is: 21f53c19fSbluhm# The client writes a message to Sys::Syslog native method. 37b30e940Sbluhm# The syslogd writes it into a file and through a pipe and to tty. 41f53c19fSbluhm# The syslogd passes it via UDP to the loghost. 51f53c19fSbluhm# The server receives the message on its UDP socket. 6*29e70a6fSbluhm# Find the message in client, file, pipe, console, user, syslogd, server log. 71f53c19fSbluhm 81f53c19fSbluhmuse strict; 91f53c19fSbluhmuse warnings; 101f53c19fSbluhm 111f53c19fSbluhmour %args = ( 121f53c19fSbluhm); 131f53c19fSbluhm 141f53c19fSbluhm1; 15