{"id":15478434,"url":"https://github.com/dominikschulz/log-tree","last_synced_at":"2025-03-28T14:14:31.670Z","repository":{"id":5642117,"uuid":"6850702","full_name":"dominikschulz/Log-Tree","owner":"dominikschulz","description":"lightweight but highly configurable logging wrapper","archived":false,"fork":false,"pushed_at":"2023-08-29T08:01:00.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T03:22:39.836Z","etag":null,"topics":["logger","perl"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"leoleohan/Android-DiskLruCacheDemo","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dominikschulz.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-11-25T12:32:13.000Z","updated_at":"2023-08-29T08:01:05.000Z","dependencies_parsed_at":"2024-06-21T07:25:54.686Z","dependency_job_id":null,"html_url":"https://github.com/dominikschulz/Log-Tree","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"b95c858b82276f5f10793968e1494c7225ec821e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominikschulz%2FLog-Tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominikschulz%2FLog-Tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominikschulz%2FLog-Tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominikschulz%2FLog-Tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dominikschulz","download_url":"https://codeload.github.com/dominikschulz/Log-Tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246042013,"owners_count":20714147,"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":["logger","perl"],"created_at":"2024-10-02T04:04:17.842Z","updated_at":"2025-03-28T14:14:31.636Z","avatar_url":"https://github.com/dominikschulz.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nLog::Tree - Lightyweight logging w/ a tree based verbosity configuration\nsimilar to Log4perl.\n\n# SYNOPSIS\n\n    use Log::Tree;\n\n    my $logger = Log::Tree::-\u003enew('foo');\n    ...\n\nOnly mandatory attirbute. Used as the syslog faclity and to auto-construct a suiteable\nfilename for logging to file.\n\nThis method is usually not needed from by callers but may be in some rare ocasions\nthat's why it's made part of the public API. It just adds the passed data to the\ninternal buffer w/o logging it in the usual ways.\n\nThis method clears the internal log buffer.\n\nThis method should be called after it has been fork()ed to clear the internal\nlog buffer.\n\nRetrieve those entries from the buffer that are gte the given severity.\n\nLog a message. Takes a hash containing at least \"message\" and \"level\".\n\nCall on instatiation to set this class up.\n\nTranslates a numeric level to severity string.\n\nTranslates a severity string to a numeric level.\n\n# POD ERRORS\n\nHey! **The above document had some coding errors, which are explained below:**\n\n- Around line 13:\n\n    Unknown directive: =attr\n\n- Around line 18:\n\n    Unknown directive: =method\n\n- Around line 24:\n\n    Unknown directive: =method\n\n- Around line 28:\n\n    Unknown directive: =method\n\n- Around line 33:\n\n    Unknown directive: =method\n\n- Around line 37:\n\n    Unknown directive: =method\n\n- Around line 41:\n\n    Unknown directive: =method\n\n- Around line 45:\n\n    Unknown directive: =method\n\n- Around line 49:\n\n    Unknown directive: =method\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominikschulz%2Flog-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominikschulz%2Flog-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominikschulz%2Flog-tree/lists"}