summaryrefslogtreecommitdiff
path: root/include/log.h
Commit message (Expand)AuthorAgeFilesLines
* log: Add a way to log a return value with a messageSimon Glass2018-07-091-0/+8
* log: Fix incorect range check in log_get_cat_name()Simon Glass2018-06-181-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* log: fix typo LOGL_EFIHeinrich Schuchardt2018-04-231-1/+1
* log: add category LOGC_EFIHeinrich Schuchardt2018-02-031-0/+1
* log: Add a way to log error-return valuesSimon Glass2018-02-031-0/+11
* log: Add control over log formattingSimon Glass2018-02-031-0/+14
* log: Add functions to convert IDs to/from namesSimon Glass2018-02-031-2/+37
* log: Add a test commandSimon Glass2017-12-071-0/+3
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+242
* Move debug and logging support to a separate headerSimon Glass2017-12-071-0/+59