Hi,

I have changed back (1879) the log format such that per default it has
 1. not the complete function signature in the log
 2. the location (PID/TID/file/line...) at the beginning

You can change 1 with -DLOG_PRETTY_FUNCTION and 2 with -DLOG_LOC_DATA_ATEND (see Makefile.defs).

The reason for 1:
For functions with STL containers, the function signatures get so huge that you can not properly see anything any more in the log

The reason for 2:
If you are going through a log file or syslog, and there is more than one running call, you need to filter out visually (or with search) the lines that belong to the same call, which are mostly those from the same thread. Thus it needs to be at the same indent, and the best for this is to put it at the beginning.

Regards
Stefan

--
Stefan Sayer
VoIP Services Consulting and Development

Warschauer Str. 24
10243 Berlin

tel:+491621366449
sip:[email protected]
email/xmpp:[email protected]


_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to