Hello Koen!

> Koen Deforche <k...@emweb.be> hat am 29. Dezember 2012 um 08:44 geschrieben:
>  It may actually be the fact that
>
>    std::cout << "HelloApplication::greet()...";
>
>  does not actually output anything because this stream (standard out) buffers
> on some platforms until a newline is written.
>
>  So you should try with:
>
>    std::cerr << "HelloApplication::greet()...";
>
>  Or
>
>    std::cout << "HelloApplication::greet()..." << std::endl;


Same thing. Out put is only:

[2012-Dec-29 09:01:44.440665] 10149 - [info] "CgiParser: end of multi-part data"
[2012-Dec-29 09:01:44.440970] 10149 [/ qJl563L8YwobAIn5] [info] "Wt: refreshing
session"
127.0.0.1 - - [2012-Dec-29 09:01:44.443691] "POST /?wtd=qJl563L8YwobAIn5
HTTP/1.1" 200 1247
[2012-Dec-29 09:01:44.443867] 10149 - [info] "WebRequest: took 3.702ms"
127.0.0.1 - - [2012-Dec-29 09:01:44.712707] "GET
/resources/themes/default/wt.css HTTP/1.1" 404 85
127.0.0.1 - - [2012-Dec-29 09:01:44.715980] "GET /resources/moz-transitions.css
HTTP/1.1" 404 85


Regards,

Olaf

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to