From 73ca4195d3d19499342b61265bd162adb8481214 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 20 Apr 2020 13:23:11 +0200 Subject: Initial commit --- README.rakudoc | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.rakudoc (limited to 'README.rakudoc') diff --git a/README.rakudoc b/README.rakudoc new file mode 100644 index 0000000..b54ccc5 --- /dev/null +++ b/README.rakudoc @@ -0,0 +1,42 @@ +=begin pod + +=NAME Log::Colored +=VERSION 0.0.0 +=AUTHOR Patrick Spek + +=head1 Description + +A Log implementation with colored output. This is based upon C, +with some changes to no longer show the level name in the log messages, and +instead use colors to denote severity. + +=head1 Installation + +Install this module through L: + +=begin code :lang +zef install Log::Colored +=end code + +=head1 Documentation + +Documentation is written as L +documents, and can be read with the +L|https://modules.raku.org/dist/p6doc:github:perl6> module. + +=begin input +p6doc Log::Colored +=end input + +At your option, you can also use prettier readers, such as +L|https://modules.raku.org/dist/App::Rakuman:cpan:TYIL>. + +=begin input +rakuman Log::Colored +=end input + +=head1 License + +This module is distributed under the terms of the LGPL-3.0-only. + +=end pod -- cgit v1.1