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 » how to open Trace in U++ core?
Re: how to open Trace in U++ core? [message #48540 is a reply to message #48539] Wed, 19 July 2017 08:49 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1092
Registered: August 2007
Senior Contributor
Hello akebee,

HttpRequest::Trace(); // Simply invoke this method. 


In Inet.h, you can see that HttpRequest has several static trace methods with different levels of debug information:

	static void  Trace(bool b = true);
	static void  TraceHeader(bool b = true);
	static void  TraceBody(bool b = true);
        static void  TraceShort(bool b = true);


Best regards,
Oblivion


[Updated on: Wed, 19 July 2017 08:50]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Sys command truncates captured console output
Next Topic: Is there a U++ function to copy a String contents to the clipboard
Goto Forum:
  


Current Time: Sat Apr 27 07:07:57 CEST 2024

Total time taken to generate the page: 0.06887 seconds