Lines Matching refs:logging
18 U-Boot's logging feature aims to satisfy this goal for both users and
25 There are a number logging levels available, in increasing order of verbosity:
56 Enabling logging
59 The following options are used to enable logging at compile time:
61 CONFIG_LOG - Enables the logging system
66 If CONFIG_LOG is not set, then no logging will be available.
78 With logging enabled, debug() statements are interpreted as logging output
81 The logging facilities are intended to replace DEBUG, but if DEBUG is defined
90 If logging information goes nowhere then it serves no purpose. U-Boot provides
91 several possible determinations for logging information, all of which can be
116 The main logging function is:
135 The last option turns every debug() statement into a logging call, which
137 all logging within U-Boot.
163 More logging destinations:
189 Add a command-line option to sandbox to set the default logging level
191 Convert core driver model code to use logging
193 Convert uclasses to use logging with the correct category