Introduction - If you have any usage issues, please Google them yourself
The client is a program that takes 2 arguments:
* A hostname of a logging server
* A port number of the logging server
After it started, it will connect to the server and read messages from
STDIN. Every message is a string without 0 bytes. Messages are
terminated by a newline character \n. When there is nothing to read
anymore or SIGINT, or SIGTERM is received, it will close the
connection and terminate with return code 0.