
26 Aug
2009
26 Aug
'09
3:13 p.m.
Is there anything in boost/design pattern that can help with following: std::stringstream ss; ss << "SUBMIT: Task(" << absPath << ") "; log( Log::DBG, ss ); The code I am working on does this all over the place, what I would like is : log( Log::DBG, "SUBMIT: Task(" << absPath << ") " ); Best regards, Ta, Avi