Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Sat May 11 19:33:30 CEST 2024

Total time taken to generate the page: 0.03185 seconds