summaryrefslogtreecommitdiffstats
path: root/src/hlog.h
Commit message (Expand)AuthorAgeFilesLines
* Oops, properly the outlet symbol-name prefix with the rest of the symbolDavid Young2020-04-161-6/+8
* Change the prefix for hlog_outlet_t's from log_ to hlog_gbl_ to avoidDavid Young2020-04-131-5/+7
* Move all frequently-read fields---ls_resolved, ls_state, ls_parent---to the topDavid Young2020-02-241-2/+2
* For bool, true, and false, #include <stdbool.h>.David Young2020-02-241-0/+1
* Don't use the __ prefix for attributes __unused and such, since that's reservedDavid Young2020-02-241-21/+21
* Let us provide a default state to HLOG_OUTLET_MEDIUM_DEFN().David Young2020-02-121-3/+3
* Record the state of a log outlet on first use and reuse that state onDavid Young2020-02-121-3/+10
* Whitespace repair. NFCI.David Young2020-02-121-2/+2
* Make a typedef for enum hlog_outlet_state, hlog_outlet_state_t, and use it.David Young2020-02-121-2/+3
* Don't declare a bunch of undefined log outlets.David Young2020-02-121-6/+0
* Call them log "outlets" not log "sinks".David Young2020-02-101-37/+37
* Rename loglib_ / LOGLIB_ to hlog_ / HLOG_, remove the syslog-basedDavid Young2020-02-101-95/+95
* Add my logging library in existing form. Abbreviate copyright notices in theDavid Young2020-02-061-0/+131