[DEBUG] add a TRACE macro to facilitate runtime data extraction
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Jun 2008 20:36:31 +0000 (22:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jun 2008 13:05:52 +0000 (15:05 +0200)
commit5c6f58fe87f8f47a215d534d8fa1a41b16cbe182
treed8071bdf6e987b96f49f557477f4e5736955c8bb
parente9bc01e39b97b3cf9e0b413bc5045e24c778b8f1
[DEBUG] add a TRACE macro to facilitate runtime data extraction

The new TRACE macro is used almost like fprintf, except that a session
has to be passed  instead of the file descriptor. It displays infos about
where it is called, session ptr and id, etc...
include/common/debug.h