log4cxx pattern %l
will output the source file name and its path to the log, which makes it uncomfortable to read, if the source file is in in a deep directory, when compiled with a absolute path.
2012-11-20 15:59:14,184 0x7f7ae90e27c0 TRACE fogs.common (/home/jw/fogs/d_common/net/inc/amf3conn.hpp:158) - Entering setCallbackObjBuffer
is there a way to only output the amf3conn.hpp:158
in the log, to shorten the log line?