Log-Fine 0.37 Deleted
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/Log/Fine/Formatter.pm: HASH(0x560b63d4e548)
- lib/Log/Fine/Formatter/Basic.pm: HASH(0x560b63cc6348)
- lib/Log/Fine/Formatter/Detailed.pm: HASH(0x560b63eb55e8)
- lib/Log/Fine/Formatter/Syslog.pm: HASH(0x560b63ca6258)
- lib/Log/Fine/Formatter/Template.pm: HASH(0x560b63c07a80)
- lib/Log/Fine/Handle.pm: HASH(0x560b63cb45f0)
- lib/Log/Fine/Handle/Console.pm: HASH(0x560b63f46df8)
- lib/Log/Fine/Handle/File.pm: HASH(0x560b63d61160)
- lib/Log/Fine/Handle/File/Timestamp.pm: HASH(0x560b63c2ff88)
- lib/Log/Fine/Handle/String.pm: HASH(0x560b63f20a50)
- lib/Log/Fine/Handle/Syslog.pm: HASH(0x560b64447930)
- lib/Log/Fine/Levels.pm: HASH(0x560b63e4a550)
- lib/Log/Fine/Levels/Java.pm: HASH(0x560b63d31538)
- lib/Log/Fine/Levels/Syslog.pm: HASH(0x560b63d61130)
- lib/Log/Fine/Logger.pm: HASH(0x560b63e633c0)
- lib/Log/Fine/Utils.pm: HASH(0x560b63dc1e48)
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Log::Fine | Yet another logging framework | 0.37 | metacpan |
| Log::Fine::Formatter | Log message formatting and sanitization | metacpan | |
| Log::Fine::Formatter::Basic | Default logging formatter | metacpan | |
| Log::Fine::Formatter::Detailed | Formatter for detailed logging | metacpan | |
| Log::Fine::Formatter::Syslog | Formatter for Syslog formatting | metacpan | |
| Log::Fine::Formatter::Template | Format log messages using template | metacpan | |
| Log::Fine::Handle | Controls where to send logging output | metacpan | |
| Log::Fine::Handle::Console | Output messages to C<STDERR> or C<STDOUT> | metacpan | |
| Log::Fine::Handle::File | Output log messages to a file | metacpan | |
| Log::Fine::Handle::File::Timestamp | Output log messages to time-stamped files | metacpan | |
| Log::Fine::Handle::String | formatted output | metacpan | |
| Log::Fine::Handle::Syslog | Output log messages to syslog | metacpan | |
| Log::Fine::Levels | Define variable logging levels | metacpan | |
| Log::Fine::Levels::Java | Provides levels correlating to java.utils.logging | metacpan | |
| Log::Fine::Levels::Syslog | Provides levels correlating to those provided by Syslog | metacpan | |
| Log::Fine::Logger | Main logging object | metacpan | |
| Log::Fine::Utils | Functional wrapper around Log::Fine | metacpan |