f88db0b4236612244c147b45ba7f7246bf77756c
[babeltrace.git] / doc / man / babeltrace2-plugin-text.7.txt
1 babeltrace2-plugin-text(7)
2 =========================
3 :manpagetype: plugin
4 :revdate: 5 October 2017
5
6
7 NAME
8 ----
9 babeltrace2-plugin-text - Babeltrace's plain text plugin
10
11
12 DESCRIPTION
13 -----------
14 The Babeltrace `text` plugin contains component classes which read or
15 write plain text data.
16
17 See man:babeltrace2-intro(7) to learn more about the Babeltrace
18 project and its core concepts.
19
20
21 COMPONENT CLASSES
22 -----------------
23 compcls:sink.text.pretty::
24 Pretty-prints the notifications it receives to the console or to a
25 file.
26 +
27 See man:babeltrace2-sink.text.pretty(7).
28
29 compcls:source.text.dmesg::
30 Reads the lines of a Linux kernel ring buffer, that is, the output
31 of the man:dmesg(1) tool, and emits each line as an event
32 notification.
33 +
34 See man:babeltrace2-source.text.dmesg(7).
35
36
37 include::common-footer.txt[]
38
39
40 SEE ALSO
41 --------
42 man:babeltrace2-sink-text.text(7),
43 man:babeltrace2-source-text.dmesg(7),
44 man:babeltrace2-intro(7),
This page took 0.031208 seconds and 3 git commands to generate.