=begin pod
=NAME Log
=VERSION 0.0.0
=AUTHOR Patrick Spek <p.spek@tyil.nl>
=head1 Description
A simple implementation of the C<Log> library for the Raku programming language.
=head1 Installation
Install this module through L<zef|https://github.com/ugexe/zef>:
=begin code :lang<sh>
zef install Log
=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
=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
=end input
=head1 License
This module is distributed under the terms of the AGPL-3.0.
=end pod
