diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index f94e3a79ff..40e39b5578 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -356,8 +356,8 @@
Recipe Logging Mechanisms - Best practices exist while writing recipes that both log build - progress and act on build conditions such as warnings and errors. + The Yocto Project provides several logging functions for producing + debugging output and reporting errors and warnings. For Python functions, the following logging functions exist. All of these functions log to ${T}/log.do_task, @@ -411,13 +411,13 @@ bbplain, bbnote, bbdebug, bbwarn, bberror, and bbfatal. - - - - For guidance on how logging is handled in both Python and Bash recipes, see the - logging.bbclass file in the + The + logging + class implements these functions. + See that class in the meta/classes folder of the - Source Directory. + Source Directory + for information.