989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
7 lines
375 B
Text
7 lines
375 B
Text
libvanessa_logger provides a generic logging layer that may be used to log
|
|
to one or more of syslog, an open file handle or a file name. Though due to
|
|
limitations in the implementation of syslog opening multiple syslog loggers
|
|
doesn't makes sense. Includes the ability to limit which messages will be
|
|
logged based on priorities.
|
|
|
|
WWW: http://www.vergenet.net/linux/vanessa/
|