]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add a command to output a log record
authorSimon Glass <sjg@chromium.org>
Thu, 28 Dec 2017 20:14:20 +0000 (13:14 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Feb 2018 17:09:27 +0000 (10:09 -0700)
commit2bc60adec7fd6af8d608dc4675d5d9c6293d8a75
treebdcc2efb0106ea61789dcff0c600254900f8ab2b
parent2a2e43866dacbe5e765127ef13b80bdd4958a699
log: Add a command to output a log record

Add a 'log rec' command which allows a log record to be manually output.
This is useful for scripts which want full control over what is logged. It
also permits easy testing of the log system.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/log.c