]> git.dujemihanovic.xyz Git - u-boot.git/commit
log: provide missing macros
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 Jan 2021 07:02:54 +0000 (08:02 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 17 Jan 2021 00:17:11 +0000 (19:17 -0500)
commit249679658750d7174bb954598fa10cbfe9195766
tree2965235d1b0442d2b69d3df2bff6cf27fbc71d98
parent5176365a6bdadd25afdf293eada911443466931d
log: provide missing macros

With commit d094a0734cee ("log: allow for message continuation") we have
defined a special log level and category for message continuation. Let's
have a macro for using these.

If logging is enabled log_cont() will create a continuation log output with
the same logging level and category as the previous message.

If logging is not enabled, log_cont() will print like printf().

Provide macros for logging levels LOG_EMERG, LOG_ALERT, LOG_CRIT.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/log.h