Re: How to Pass Application Name in TCPSocketServer implementation from client to server

2017-06-12 Thread Anhad Singh Bhasin
Thanks Matt, ThreadContext did the trick. I really appreciate you taking the time out to answer my question. Regards, Anhad On Fri, Jun 9, 2017 at 8:07 AM, Matt Sicker wrote: > You could add that data to the ThreadContext which would be sent along with > each log message. > > On 9 June 2017 at

Re: How to Pass Application Name in TCPSocketServer implementation from client to server

2017-06-09 Thread Matt Sicker
You could add that data to the ThreadContext which would be sent along with each log message. On 9 June 2017 at 01:46, Anhad Singh Bhasin wrote: > Hello everyone, > > I am new to Log4J2 and unable to find answer to a simple question, which am > sure would be a simple thing for someone who has wo

How to Pass Application Name in TCPSocketServer implementation from client to server

2017-06-08 Thread Anhad Singh Bhasin
Hello everyone, I am new to Log4J2 and unable to find answer to a simple question, which am sure would be a simple thing for someone who has worked on Log4J2. I tried asking the same question on Stack Overflow but no one replied hence asking the same question here. Any help would be deeply appreci