cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-12-12 Thread mturk
mturk 2004/12/12 07:34:08 Modified:jk/native/common jk_logger.h Log: Fix typo. Revision ChangesPath 1.19 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h ===

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-30 Thread mturk
mturk 2004/11/30 23:27:09 Modified:jk/native/common jk_logger.h Log: Fix __FUNCTION__ macros for old MSVC compilers that doesn't suport that. Revision ChangesPath 1.18 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h ===

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-12 Thread mturk
mturk 2004/11/12 04:41:41 Modified:jk/native/common jk_logger.h Log: Allow tracing without defining maintainer-mode. Revision ChangesPath 1.17 +20 -9 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h ==

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-11 Thread mturk
mturk 2004/11/11 09:02:25 Modified:jk/native/common jk_logger.h Log: Use __FUNCTION__ for every log level except REQUEST Revision ChangesPath 1.16 +5 -3 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h ==

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-11 Thread mturk
mturk 2004/11/11 03:57:56 Modified:jk/native/common jk_logger.h Log: Use proper gcc macro and fix #if defined Revision ChangesPath 1.15 +8 -3 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h =

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h jk_util.c jk_util.h

2004-11-11 Thread mturk
mturk 2004/11/11 01:44:30 Modified:jk/native/common jk_logger.h jk_util.c jk_util.h Log: Add __FUNCTION__ as parameter for jk_log. The function name will be expanded for GCC and MSVC. Other compilers like CW does not expand function name. Revision ChangesPath 1.14

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-10 Thread mturk
mturk 2004/11/10 07:09:17 Modified:jk/native/common jk_logger.h Log: Add 'trace' log level. Also add support for compile-out debug messages. They are used only for debugging and are causing extra calls never used inside production. Revision ChangesPath 1.10 +

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:30:41 Modified:jk/native/common jk_logger.h Log: Format code Revision ChangesPath 1.9 +18 -18jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h ==

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h jk_util.c

2003-02-28 Thread glenn
glenn 2003/02/28 09:58:40 Modified:jk/native/apache-2.0 mod_jk.c jk/native/common jk_logger.h jk_util.c Log: Use APR for Apache 2.0 mod_jk logging so that piped logs can be used Revision ChangesPath 1.66 +187 -55 jakarta-tomcat-connectors/jk/native

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2002-11-22 Thread jfclere
jfclere 2002/11/22 04:23:22 Modified:jk/native/common jk_logger.h Log: Prevent warnings. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h