[Log4cplus-devel] pattern option for short function names
Logging Framework for C++
Brought to you by:
wilx
From: Ciummo, L. <Law...@em...> - 2013-11-27 15:44:23
|
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. Thanks Larry |