I want to run a java program on a remote machine.
Also, I want all of the log messages which are logged by that program, to be available to me in another machine. A plus would be if I could filter/receive messages of a certain type, eg DEBUG messages/ ERROR messages only.
Is this possible? I dont want to change the code of the program that will actually be run on the remote machine.
Syslog is a remote logging system, allowing you to generate logging messages on one machine, and receive them on another: