commit | 1fe930150ba992d2c3c62095fa458b8eaf2681f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 28 13:14:17 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Feb 03 10:09:27 2018 -0700 |
tree | 2544f15394f2d107675c06611649eb5efe8e35fd | |
parent | 4f0fdb7fd4f2af3c12c547dcedcb55c22623fb71 [diff] |
log: Add control over log formatting It is useful to be able to control the output format of log records on the console. As a starting point, add definitions for controlling which elements of the log record are displayed. Use function and message as the default, since these are the most useful fields. Signed-off-by: Simon Glass <sjg@chromium.org>