{"id":16670208,"url":"https://github.com/xsawyerx/log-dispatch-screen-gentoo","last_synced_at":"2025-07-20T20:05:20.514Z","repository":{"id":56833590,"uuid":"83843751","full_name":"xsawyerx/log-dispatch-screen-gentoo","owner":"xsawyerx","description":"Gentoo-colored screen logging output","archived":false,"fork":false,"pushed_at":"2020-03-22T06:38:31.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T20:05:04.637Z","etag":null,"topics":["logging","perl","perl5"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xsawyerx.png","metadata":{"files":{"readme":"README.mkdn","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-03T21:38:54.000Z","updated_at":"2020-03-22T06:38:29.000Z","dependencies_parsed_at":"2022-09-08T07:41:37.744Z","dependency_job_id":null,"html_url":"https://github.com/xsawyerx/log-dispatch-screen-gentoo","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xsawyerx/log-dispatch-screen-gentoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsawyerx%2Flog-dispatch-screen-gentoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsawyerx%2Flog-dispatch-screen-gentoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsawyerx%2Flog-dispatch-screen-gentoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsawyerx%2Flog-dispatch-screen-gentoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsawyerx","download_url":"https://codeload.github.com/xsawyerx/log-dispatch-screen-gentoo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsawyerx%2Flog-dispatch-screen-gentoo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266189677,"owners_count":23890065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logging","perl","perl5"],"created_at":"2024-10-12T11:37:43.929Z","updated_at":"2025-07-20T20:05:20.492Z","avatar_url":"https://github.com/xsawyerx.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nLog::Dispatch::Screen::Gentoo - Gentoo-colored screen logging output\n\n# VERSION\n\nversion 0.003\n\n# SYNOPSIS\n\n    use Log::Dispatch;\n\n    my $log = Log::Dispatch-\u003enew(\n        'outputs' =\u003e [\n            [\n                'Screen::Gentoo',\n                'min_level' =\u003e 'debug',\n                'stderr'    =\u003e 1,\n                'newline'   =\u003e 1,\n            ],\n        ],\n    );\n\n    $log-\u003einfo('Information');\n    $log-\u003ewarning('Uh oh!');\n    $log-\u003ecritical('No oh!');\n\n# DESCRIPTION\n\nThis implements a colorful output that uses [Term::GentooFunctions](https://metacpan.org/pod/Term::GentooFunctions) to\nprint out the output.\n\nIt also works with indentation when using `eindent` and `eoutdent` from\n[Term::GentooFunctions](https://metacpan.org/pod/Term::GentooFunctions).\n\nIf you have [Unicode::UTF8](https://metacpan.org/pod/Unicode::UTF8) available, it will use that to support UTF-8\ncharacter encodings. (This is much faster than [Encode](https://metacpan.org/pod/Encode).)\n\nOne limitation this has is that there are only three colors, which means\nthat you cannot see a difference between levels `debug`, `notice`, and\n`info` which all have a green color, or between `error`, `critical`,\n`alert`, and `emergency` which all have a red color.\n\nAt least for now.\n\n# SEE ALSO\n\n- [Log::Dispatch::Screen::Color](https://metacpan.org/pod/Log::Dispatch::Screen::Color)\n\n    Colors entire lines, not just the beginning. Try it out.\n\n- [Unicode::UTF8](https://metacpan.org/pod/Unicode::UTF8)\n\n# AUTHOR\n\nSawyer X \u003cxsawyerx@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2020 by Sawyer X.\n\nThis is free software, licensed under:\n\n    The MIT (X11) License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsawyerx%2Flog-dispatch-screen-gentoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsawyerx%2Flog-dispatch-screen-gentoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsawyerx%2Flog-dispatch-screen-gentoo/lists"}