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   |
|
Hi Mirek,
I think there is a bug in the refactored logging - or maybe it is a feature The logging is now not "atomic", e.g.:bool fn(){
LOG("fn called");
return true;
}
GUI_APP_MAIN{
DUMP(fn());
};
produces
That is IMHO wrong behavior.
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Fri Jul 18 07:35:57 CEST 2025
Total time taken to generate the page: 0.03415 seconds
|