summaryrefslogtreecommitdiffstats
path: root/src/dmilog.h
Commit message (Collapse)AuthorAgeFilesLines
* Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-051-1/+9
| | | | | | | | | | | | | | 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
* Added a new log APIDavid Sommerseth2010-01-081-0/+55