summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 05:40:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:39 +0000
commit926eb4b6012fdf162b354c5152da4f455ba9814e (patch)
treef9680029dc929f5fa215c77efb820444ae75d446 /documentation
parent86c58a5375082872211cb916801839433b07d3e5 (diff)
downloadast2050-yocto-poky-926eb4b6012fdf162b354c5152da4f455ba9814e.zip
ast2050-yocto-poky-926eb4b6012fdf162b354c5152da4f455ba9814e.tar.gz
ref-manual: Added the logging class.
(From yocto-docs rev: 9c443dc0732b1e2a59bf583cf6348d0b6c0cdeb4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 8facafb..c842bc6 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -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>
OpenPOWER on IntegriCloud