Replace `diamon.org/babeltrace` with `babeltrace.org`
[babeltrace.git] / doc / man / babeltrace2-plugin-text.7.txt
... / ...
CommitLineData
1= babeltrace2-plugin-text(7)
2:manpagetype: plugin
3:revdate: 14 September 2019
4
5
6== NAME
7
8babeltrace2-plugin-text - Babeltrace 2's plain text plugin
9
10
11== DESCRIPTION
12
13The Babeltrace~2 `text` plugin contains component classes which
14read or write plain text data.
15
16include::common-see-babeltrace2-intro.txt[]
17
18
19== COMPONENT CLASSES
20
21compcls:source.text.dmesg::
22 Reads the lines of a Linux kernel ring buffer, that is, the output
23 of the man:dmesg(1) tool, and emits each line as an event message.
24+
25See man:babeltrace2-source.text.dmesg(7).
26
27compcls:sink.text.details::
28 Deterministically prints the messages it consumes with details to
29 the standard output.
30+
31See man:babeltrace2-sink.text.details(7).
32
33compcls:sink.text.pretty::
34 Pretty-prints the messages it consumes to the standard output or to
35 a file.
36+
37This is equivalent to the `text` output format of man:babeltrace(1)
38(Babeltrace~1).
39+
40See man:babeltrace2-sink.text.pretty(7).
41
42
43include::common-footer.txt[]
44
45
46== SEE ALSO
47
48man:babeltrace2-intro(7),
49man:babeltrace2-source.text.dmesg(7),
50man:babeltrace2-sink.text.details(7),
51man:babeltrace2-sink.text.pretty(7)
This page took 0.023253 seconds and 4 git commands to generate.