|
@@ -1,6 +1,4 @@
|
|
|
-/**
|
|
|
- * $Id$
|
|
|
- *
|
|
|
+/*
|
|
|
* XLOG module
|
|
|
*
|
|
|
* Copyright (C) 2001-2003 FhG Fokus
|
|
@@ -22,15 +20,16 @@
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
*
|
|
|
* History:
|
|
|
- * --------
|
|
|
- * 2004-10-20 - added header name specifier (ramona)
|
|
|
- * 2005-06-14 - added avp name specifier (ramona)
|
|
|
- * 2005-06-18 - added color printing support via escape sequesnces
|
|
|
- * contributed by Ingo Flaschberger (daniel)
|
|
|
- * 2005-06-22 - moved item methods to "items.{c,h}" (daniel)
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
+/*!
|
|
|
+ * \file
|
|
|
+ * \brief Library
|
|
|
+ * \ingroup xlog
|
|
|
+ * Module: \ref xlog
|
|
|
+ */
|
|
|
+
|
|
|
#include "xl_lib.h"
|
|
|
|
|
|
int xl_print_log(struct sip_msg* msg, pv_elem_p list, char *buf, int *len)
|