Robert James Kaes
|
2ec7a4dd72
|
The log_message() function now stores the messages if the configuration
file has not been read yet. The reason for this is that we don't know
where to log the messgaes until _after_ the config file has been
processed.
|
2002-04-22 19:34:20 +00:00 |
|
Robert James Kaes
|
787ece6c01
|
Reformated text.
|
2001-11-22 00:31:10 +00:00 |
|
Robert James Kaes
|
4ac03908fc
|
Header reorganization. Basically all system headers are now included in
tinyproxy.h and all the other files include the tinyproxy.h header. This
moves all the dependancy issues into one file.
|
2001-10-25 17:27:39 +00:00 |
|
Robert James Kaes
|
45a021a18b
|
Fixed a format string bug with the syslog function.
|
2001-09-04 16:50:22 +00:00 |
|
Robert James Kaes
|
9bdfa623ba
|
Changed how we handle when compiled with debug code.
|
2001-08-29 03:59:12 +00:00 |
|
Robert James Kaes
|
9a61faa716
|
The logging levels _now_ output the correct information depending on where
the config file sets it.
|
2001-08-28 15:51:58 +00:00 |
|
Robert James Kaes
|
bf7a671d87
|
Fixed a problem where the connect messages were not getting logged if the
log level was set to INFO.
|
2001-08-27 17:44:55 +00:00 |
|
Robert James Kaes
|
cc70fc6f43
|
Fixed a problem with the new LOG_CONN log level.
|
2001-08-26 23:37:26 +00:00 |
|
Robert James Kaes
|
e5819ebe1c
|
Added the Connect log level.
|
2001-08-26 21:10:04 +00:00 |
|
Robert James Kaes
|
ff97b38603
|
Explictly cast getpid() to a long int to remove the compiler warnings on
various machines.
|
2001-06-06 19:32:51 +00:00 |
|
Robert James Kaes
|
540e33000b
|
Changed the format type in the printf() to remove the compiler error (I
hope.)
|
2001-06-05 16:08:15 +00:00 |
|
Robert James Kaes
|
3dfc5e84cc
|
Fixed a type problem with fprintf in log_message() when logging the PID.
|
2001-06-02 03:38:02 +00:00 |
|
Robert James Kaes
|
2925b18412
|
Added the code for handling selective logging.
|
2001-06-02 03:09:27 +00:00 |
|
Robert James Kaes
|
f89272be35
|
Changed the log() function to log_message().
|
2001-05-27 02:26:11 +00:00 |
|
Robert James Kaes
|
30f36f3aa6
|
Added the LOG_NOTICE level.
|
2000-09-21 16:53:51 +00:00 |
|
Robert James Kaes
|
4f4f91f76f
|
Cleaned up the logging format, and also included logging levels (which are
similar to the syslogd format.)
|
2000-09-11 23:47:52 +00:00 |
|
Steven Young
|
37e63909c0
|
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
|
2000-02-16 17:32:49 +00:00 |
|