U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » HttpClient logs in Release mode
Re: HttpClient logs in Release mode [message #746 is a reply to message #744] Mon, 30 January 2006 18:36 Go to previous messageGo to previous message
rylek is currently offline  rylek
Messages: 79
Registered: November 2005
Member
Hello there!

Sorry for that. I used to have socket logging turned on in both debug and release versions because I constantly encounter problems with the web server interface in one of my commercial applications. This has caused some confusion lately and so I decided to turn logging of by default and change it into a program-settable option instead of a compile-time macro. To turn socket logging on, use the following code:

void LogSockets(bool ls);
LogSockets(true);

Regards

Tomas
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Serbian translation
Next Topic: serialize and endians on non-x86 machines [BUG]
Goto Forum:
  


Current Time: Sun Apr 26 09:28:04 GMT+2 2026

Total time taken to generate the page: 0.00643 seconds