aboutsummaryrefslogtreecommitdiff
path: root/README.rakudoc
blob: 0daaed185cdbb7cc48b4597c43962cd446f6c716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=begin pod

=NAME    Log::JSON
=VERSION 0.0.0
=AUTHOR  Patrick Spek <p.spek@tyil.nl>

=head1 Description

A Log implementation with JSON formatted output.

=head1 Installation

Install this module through L<zef|https://github.com/ugexe/zef>:

=begin code :lang<sh>
zef install Log::JSON
=end code

=head1 Documentation

Documentation is written as L<Pod6|https://docs.raku.org/language/pod>
documents, and can be read with the
L<C<p6doc>|https://modules.raku.org/dist/p6doc:github:perl6> module.

=begin input
p6doc Log::JSON
=end input

At your option, you can also use prettier readers, such as
L<C<App::Rakuman>|https://modules.raku.org/dist/App::Rakuman:cpan:TYIL>.

=begin input
rakuman Log::JSON
=end input

=head1 License

This module is distributed under the terms of the LGPL-3.0-only.

=end pod