cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2004-06-16 Thread yoavs
yoavs 2004/06/16 07:34:07 Modified:jk/native2/common jk_logger_file.c Log: Bugzilla 28469 done. Revision ChangesPath 1.45 +14 -3 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2001-12-01 Thread costin
costin 01/12/01 14:36:49 Added: jk/native2/common jk_logger_file.c Log: The logger - using virtual functions. l->jkLog(l, ... ) should be used instead of jk_log( l, ... ). Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/common/jk_lo

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2001-12-01 Thread costin
costin 01/12/01 17:01:42 Modified:jk/native2/common jk_logger_file.c Log: The logger will print messages to stdout if it is not opened. This is usefull for debugging what happens before jk_init() ( the configuration stage ). ( visible with httpd -X ) As soon as we

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2001-12-12 Thread costin
costin 01/12/12 13:54:51 Modified:jk/native2/common jk_logger_file.c Log: Few changes to make it consistent with the apache ap_log. Revision ChangesPath 1.6 +7 -4 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-03-18 Thread costin
costin 02/03/18 10:38:40 Modified:jk/native2/common jk_logger_file.c Log: Update the file logger to the new config. Now simple things like changing the log level at runtime are possible. Revision ChangesPath 1.12 +38 -29jakarta-tomcat-connectors/jk/native2

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-04-11 Thread costin
costin 02/04/11 13:23:41 Modified:jk/native2/common jk_logger_file.c Log: Another 'default' - if no name is set, default to ${serverRoot}/logs/mod_jk.log. Revision ChangesPath 1.17 +8 -3 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index:

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-04-26 Thread nacho
nacho 02/04/26 17:49:10 Modified:jk/native2/common jk_logger_file.c Log: * Logger file can use substitutions.. Revision ChangesPath 1.21 +5 -8 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-08 Thread nacho
nacho 2002/06/08 17:47:24 Modified:jk/native2/common jk_logger_file.c Log: * Fixing the build in win32 * Cosmetic changes Revision ChangesPath 1.25 +19 -14jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c ===

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-08 Thread nacho
nacho 2002/06/08 18:56:41 Modified:jk/native2/common jk_logger_file.c Log: * No warnings Revision ChangesPath 1.26 +4 -2 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c ==

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-08 Thread nacho
nacho 2002/06/08 20:00:42 Modified:jk/native2/common jk_logger_file.c Log: * Not outputting dates in the file logger, 2 nasty typos in 2 lines.. good average!!! :) Revision ChangesPath 1.27 +3 -3 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-10 Thread nacho
nacho 2002/06/10 14:53:07 Modified:jk/native2/common jk_logger_file.c Log: * Changed %p format specifiers to %#lx - Thanks to JFC * Added level string to log lines. Revision ChangesPath 1.28 +19 -4 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-10 Thread nacho
nacho 2002/06/10 15:13:15 Modified:jk/native2/common jk_logger_file.c Log: * Added level string to log lines when HAS_APR is not set. Revision ChangesPath 1.29 +23 -5 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-09-10 Thread mturk
mturk 2002/09/10 06:40:08 Modified:jk/native2/common jk_logger_file.c Log: Fix the successful log initialization logging as INFO not as ERROR Revision ChangesPath 1.32 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_fi

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-09-27 Thread mturk
mturk 2002/09/27 06:08:17 Modified:jk/native2/common jk_logger_file.c Log: Fix the reported level as INFO not ERROR. Revision ChangesPath 1.34 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c ==

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-10-04 Thread mturk
mturk 2002/10/04 09:08:19 Modified:jk/native2/common jk_logger_file.c Log: 1. Change the default logger to the jk2.log (was mod_jk.log) 2. Fix the ${serverRoot} replaceProperties. 3. Do not close log file if it is stderr. Revision ChangesPath 1.35 +8 -7 j

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2003-11-01 Thread mturk
mturk 2003/11/01 06:45:26 Modified:jk/native2/common jk_logger_file.c Log: Use the apr file_io for logging. Revision ChangesPath 1.42 +88 -100 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2003-06-09 Thread mturk
mturk 2003/06/09 22:14:28 Modified:jk/native2/common jk_logger_file.c Log: Remove the _snprintf WIN32 dependency. Thanks to Guenter again for that. Revision ChangesPath 1.39 +8 -15 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_lo

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c jk_map.c

2001-12-06 Thread costin
costin 01/12/06 14:59:52 Modified:jk/native2/common jk_logger_file.c jk_map.c Log: Updates, use pools, etc. Revision ChangesPath 1.5 +7 -6 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c jk_map.c

2001-12-31 Thread costin
costin 01/12/31 11:17:51 Modified:jk/native2/common jk_logger_file.c jk_map.c Log: map cleanup for multi-valued properties. Values are stored using 'add', and concatenated ( if needed ) by the caller, using the caller-specified separator ( :, ;, etc - for jni, who was the

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c jk_logger_win32.c jk_shm.c jk_user.c

2003-06-09 Thread mturk
mturk 2003/06/09 03:57:51 Modified:jk/native2/common jk_logger_file.c jk_logger_win32.c jk_shm.c jk_user.c Log: Few paches from Gunter to compile under NETWARE. Revision ChangesPath 1.38 +3 -3 jakarta-tomcat-connectors/jk/native2/common