From 8bb4dc6b669ab8e8cc5eb3d8ffcd206911d8b204 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Fri, 16 Sep 2005 10:55:57 +0000 Subject: Misc. backported changes --- Doc/lib/liblogging.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index f5c49bb..639966e 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -1418,7 +1418,10 @@ configurations. If no port is specified, the module's default will be sent as a file suitable for processing by \function{fileConfig()}. Returns a \class{Thread} instance on which you can call \method{start()} to start the server, and which you can \method{join()} when appropriate. -To stop the server, call \function{stopListening()}. +To stop the server, call \function{stopListening()}. To send a configuration +to the socket, read in the configuration file and send it to the socket +as a string of bytes preceded by a four-byte length packed in binary using +struct.\code{pack(">L", n)}. \end{funcdesc} \begin{funcdesc}{stopListening}{} -- cgit v0.12