Re: Getting response over logging socket

2015-09-09 Thread dieter
Larry Martell writes: > I have an app that uses the logging package with a SocketHandler to > send messages. Now I've been asked to change it so that it can receive > a response for each log message sent. It appears there is no way to do > this with logging package. Is that true? You are right.

Getting response over logging socket

2015-09-09 Thread Larry Martell
I have an app that uses the logging package with a SocketHandler to send messages. Now I've been asked to change it so that it can receive a response for each log message sent. It appears there is no way to do this with logging package. Is that true? Can I not receive data over a socket used in a l