aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-09log: Add comments to the rest of the log categoriesSimon Glass1-6/+6
2018-10-09sandbox: spi: Add more loggingSimon Glass1-0/+1
2018-10-09log: Add helpers for common log levelsSimon Glass1-0/+14
2018-10-08log: Correct definition of log_msg_ret()Simon Glass1-1/+1
2018-07-09log: Add a way to log a return value with a messageSimon Glass1-0/+8
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23log: fix typo LOGL_EFIHeinrich Schuchardt1-1/+1
2018-02-03log: add category LOGC_EFIHeinrich Schuchardt1-0/+1
2018-02-03log: Add a way to log error-return valuesSimon Glass1-0/+11
2018-02-03log: Add control over log formattingSimon Glass1-0/+14
2018-02-03log: Add functions to convert IDs to/from namesSimon Glass1-2/+37
2017-12-07log: Add a test commandSimon Glass1-0/+3
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+242
2017-12-07Move debug and logging support to a separate headerSimon Glass1-0/+59