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 » Community » U++ community news and announcements » U++ logging refactored
Re: U++ logging refactored [message #36801 is a reply to message #36754] Fri, 06 July 2012 19:19 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Mirek,

I think there is a bug in the refactored logging - or maybe it is a feature Smile The logging is now not "atomic", e.g.:
bool fn(){
	LOG("fn called");
	return true;
}

GUI_APP_MAIN{
	DUMP(fn());
};

produces
fn() = fn called
true

That is IMHO wrong behavior.

Best regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SQL refactored, adding per-thread option, added second SQLR
Next Topic: MySql now supports reconnection features
Goto Forum:
  


Current Time: Fri Jul 18 07:35:57 CEST 2025

Total time taken to generate the page: 0.03415 seconds