1BABELTRACE2-PLUGIN() BABELTRACE2-PLUGIN()
2
3
4
6 babeltrace2-plugin-text - Babeltrace 2's plain text plugin
7
9 The Babeltrace 2 text plugin contains component classes which read or
10 write plain text data.
11
12 See babeltrace2-intro(7) to learn more about the Babeltrace 2 project
13 and its core concepts.
14
16 source.text.dmesg
17 Reads the lines of a Linux kernel ring buffer, that is, the output
18 of the dmesg(1) tool, and emits each line as an event message.
19
20 See babeltrace2-source.text.dmesg(7).
21
22 sink.text.details
23 Deterministically prints the messages it consumes with details to
24 the standard output.
25
26 See babeltrace2-sink.text.details(7).
27
28 sink.text.pretty
29 Pretty-prints the messages it consumes to the standard output or to
30 a file.
31
32 This is equivalent to the text output format of babeltrace(1)
33 (Babeltrace 1).
34
35 See babeltrace2-sink.text.pretty(7).
36
38 If you encounter any issue or usability problem, please report it on
39 the Babeltrace bug tracker (see
40 <https://bugs.lttng.org/projects/babeltrace>).
41
43 The Babeltrace project shares some communication channels with the
44 LTTng project (see <https://lttng.org/>).
45
46 • Babeltrace website (see <https://babeltrace.org/>)
47
48 • Mailing list (see <https://lists.lttng.org>) for support and
49 development: lttng-dev@lists.lttng.org
50
51 • IRC channel (see <irc://irc.oftc.net/lttng>): #lttng on
52 irc.oftc.net
53
54 • Bug tracker (see <https://bugs.lttng.org/projects/babeltrace>)
55
56 • Git repository (see <https://git.efficios.com/?p=babeltrace.git>)
57
58 • GitHub project (see <https://github.com/efficios/babeltrace>)
59
60 • Continuous integration (see
61 <https://ci.lttng.org/view/Babeltrace/>)
62
63 • Code review (see <https://review.lttng.org/q/project:babeltrace>)
64
66 The Babeltrace 2 project is the result of hard work by many regular
67 developers and occasional contributors.
68
69 The current project maintainer is Jérémie Galarneau
70 <mailto:jeremie.galarneau@efficios.com>.
71
73 This plugin is part of the Babeltrace 2 project.
74
75 Babeltrace is distributed under the MIT license (see
76 <https://opensource.org/licenses/MIT>).
77
79 babeltrace2-intro(7), babeltrace2-source.text.dmesg(7),
80 babeltrace2-sink.text.details(7), babeltrace2-sink.text.pretty(7)
81
82
83
84 BABELTRACE2-PLUGIN()