Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Tue, 28 Nov 2000 22:28:20 +0000 (22:28 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Tue, 28 Nov 2000 22:28:20 +0000 (22:28 +0000)
commitbb5ac17cecf0a787743104820c9da4cfe3a0f098
tree33fb7f88601830f7ca006700a71e8d1b091bf9a2
parentd4c9e3fc087c935d65a9e11b81b84f23c5d1e949
Author: Kev <klmitch@mit.edu>
Log message:

Started working on a new logging API that can log to files and/or to
syslog; the intent will be to eventually make this flexible enough that
log files for subsystems can be set from the .conf.

Status: Stable
Testing done:

Compiles.  No run-time checking done because nothing calls these functions
yet.

Future directions:

An API for setting log files needs to be added.  It would also be nice to
have support for sending the log messages through the server notices
mechanism.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@316 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/ircd_log.h
ircd/ircd_log.c