summaryrefslogtreecommitdiffhomepage
path: root/src/log.c
AgeCommit message (Expand)Author
2001-08-26Added the Connect log level.Robert James Kaes
2001-06-06Explictly cast getpid() to a long int to remove the compiler warnings onRobert James Kaes
2001-06-05Changed the format type in the printf() to remove the compiler error (IRobert James Kaes
2001-06-02Fixed a type problem with fprintf in log_message() when logging the PID.Robert James Kaes
2001-06-02Added the code for handling selective logging.Robert James Kaes
2001-05-27Changed the log() function to log_message().Robert James Kaes
2000-09-21Added the LOG_NOTICE level.Robert James Kaes
2000-09-11Cleaned up the logging format, and also included logging levels (which areRobert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young