Re: [Log4cplus-devel] pattern option for short function names
Logging Framework for C++
Brought to you by:
wilx
From: Václav Z. <vha...@gm...> - 2013-11-27 23:35:24
|
On 11/27/2013 04:43 PM, Ciummo, Lawrence wrote: > Hi: Can we get a pattern option similar to %M that causes just the > function name to be listed instead of the full signature function > name and parameter list. It appears that log4cplus uses the > __pretty_function__ - in some cases the __function__ short name would > be preferable. Please try the attached patch. It will allow you to override the LOG4CPLUS_MACRO_FUNCTION() macro by your own variant. -- VZ |