summaryrefslogtreecommitdiffstats
path: root/src/dmilog.c
Commit message (Collapse)AuthorAgeFilesLines
* Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-051-37/+42
| | | | | | | | | | | | | | Valid flags are: * LOGFL_NORMAL Log all messages to the log context, and send log message to stderr on errors * LOGFL_NODUPS Log only unique messages. Duplicated messages will be removed * LOGFL_NOSTDERR Don't write to stderr, even if errors occur
* Don't print false error warning if logp == NULLDavid Sommerseth2010-01-081-1/+7
|
* Added a new log APIDavid Sommerseth2010-01-081-0/+211