ref-manual: Added the logging class.

(From yocto-docs rev: d2c2b7c50f316ab6bad30e6248d996fe0ff806fa)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-03 05:40:25 -06:00 committed by Richard Purdie
parent ad750cf7b3
commit 5e8bd4311b
1 changed files with 17 additions and 0 deletions

View File

@ -1054,6 +1054,23 @@
</para>
</section>
<section id='ref-classes-logging'>
<title><filename>logging.bbclass</filename></title>
<para>
The logging (<filename>logging</filename>) class provides the standard
shell functions used to log messages for various BitBake severity levels
(i.e. <filename>bbplain</filename>, <filename>bbnote</filename>,
<filename>bbwarn</filename>, <filename>bberror</filename>,
<filename>bbfatal</filename>, and <filename>bbdebug</filename>.
</para>
<para>
This class is enabled by default since it is inherited by
the <filename>base</filename> class.
</para>
</section>
<section id='ref-classes-mime'>
<title><filename>mime.bbclass</filename></title>