[Log4cplus-devel] Change formatting in pattern for %M
Logging Framework for C++
Brought to you by:
wilx
From: Ciummo, L. <Law...@em...> - 2013-11-22 17:31:51
|
Hi: When I use %M in an appender pattern, I get very long functions names... 11-22 11:11:42,937.199 [140100012795648] TRACE - Entering... debug=0 [satl_scsi_implementer.cpp virtual SCSI_Command* SATL_SCSI_Implementer::create_command(). Is there a way to get %M to just put in the function name from __FUNCTION__ vs using the output from __PRETTY_FUNCTION__, which seems to add the full signature of a function. This is x86 gnu. Thanks Larry C |