diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 05:40:25 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:39 +0000 |
| commit | 926eb4b6012fdf162b354c5152da4f455ba9814e (patch) | |
| tree | f9680029dc929f5fa215c77efb820444ae75d446 /documentation | |
| parent | 86c58a5375082872211cb916801839433b07d3e5 (diff) | |
| download | 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.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 8facafb74a..c842bc6f98 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -1054,6 +1054,23 @@ | |||
| 1054 | </para> | 1054 | </para> |
| 1055 | </section> | 1055 | </section> |
| 1056 | 1056 | ||
| 1057 | <section id='ref-classes-logging'> | ||
| 1058 | <title><filename>logging.bbclass</filename></title> | ||
| 1059 | |||
| 1060 | <para> | ||
| 1061 | The logging (<filename>logging</filename>) class provides the standard | ||
| 1062 | shell functions used to log messages for various BitBake severity levels | ||
| 1063 | (i.e. <filename>bbplain</filename>, <filename>bbnote</filename>, | ||
| 1064 | <filename>bbwarn</filename>, <filename>bberror</filename>, | ||
| 1065 | <filename>bbfatal</filename>, and <filename>bbdebug</filename>. | ||
| 1066 | </para> | ||
| 1067 | |||
| 1068 | <para> | ||
| 1069 | This class is enabled by default since it is inherited by | ||
| 1070 | the <filename>base</filename> class. | ||
| 1071 | </para> | ||
| 1072 | </section> | ||
| 1073 | |||
| 1057 | <section id='ref-classes-mime'> | 1074 | <section id='ref-classes-mime'> |
| 1058 | <title><filename>mime.bbclass</filename></title> | 1075 | <title><filename>mime.bbclass</filename></title> |
| 1059 | 1076 | ||
