commit 43cb2ba31079ebcb494439fa9b9b584b5ee16970 Author: George Kadianakis desnacked@gmail.com Date: Thu Jun 9 17:04:04 2011 +0200
Updated HACKING with logging subsystem info. --- doc/HACKING | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/HACKING b/doc/HACKING index 88bccb9..c9197fb 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -37,6 +37,9 @@ obfsproxy currently provides the following functions for protocols according to your protocol. Note that (*handshake) and (*destroy) are optional.
+For all your logging needs you can use the functions log_{warn,info,debug} +defined in src/util.h. + [1]: For example: 'your_protocol --additional-parameter=yes server 127.0.0.1:666' [2]: For example setting up the crypto subsystem. You shouldn't be