Hi all,
We have a testbed scenario we are developing for an integration test. The idea will be to run our code on two machines on an isolated network. We have various log messages set up within the code and this is working fine. However, we would like to log interactions from the two machines to a common log so that we can trace the interactions between them.
To this end we could like to identify the machine that raised the log message. My first thought was we may be able to do this with conversion patterns but can't see a pattern in the reference to achieve this.
I suppose my question is in two parts. First is this possible, and secondly if not, does the community have any ideas as to how we might achieve this.
Many Thanks.
Simon