|
@@ -1,6 +1,4 @@
|
|
/**
|
|
/**
|
|
- * $Id$
|
|
|
|
- *
|
|
|
|
* Copyright (C) 2001-2003 FhG Fokus
|
|
* Copyright (C) 2001-2003 FhG Fokus
|
|
*
|
|
*
|
|
* This file is part of Kamailio, a free SIP server.
|
|
* This file is part of Kamailio, a free SIP server.
|
|
@@ -19,6 +17,20 @@
|
|
* along with this program; if not, write to the Free Software
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
*/
|
|
|
|
+/*!
|
|
|
|
+ * \file
|
|
|
|
+ * \brief Module interface
|
|
|
|
+ * \ingroup xlog
|
|
|
|
+ * Module: \ref xlog
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * @defgroup xlog xlog :: Kamailio xlog module
|
|
|
|
+ * @brief Kamailio xlog module
|
|
|
|
+ * Extended logging from the configuration script using pv:s.
|
|
|
|
+ * Can log to multiple channels as well as standard out.
|
|
|
|
+ *
|
|
|
|
+ */
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <string.h>
|