{"id":16592417,"url":"https://github.com/hauleth/logger_colorful","last_synced_at":"2025-07-24T01:39:17.735Z","repository":{"id":57517797,"uuid":"286109496","full_name":"hauleth/logger_colorful","owner":"hauleth","description":"Simple Erlang's logger's formatters wrapper that adds colours to the messages","archived":false,"fork":false,"pushed_at":"2020-08-11T17:07:59.000Z","size":9,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T13:44:36.078Z","etag":null,"topics":["erlang","log-formatter","logging"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hauleth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-08T19:48:21.000Z","updated_at":"2025-04-08T07:35:09.000Z","dependencies_parsed_at":"2022-09-26T18:01:30.583Z","dependency_job_id":null,"html_url":"https://github.com/hauleth/logger_colorful","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hauleth/logger_colorful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauleth%2Flogger_colorful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauleth%2Flogger_colorful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauleth%2Flogger_colorful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauleth%2Flogger_colorful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hauleth","download_url":"https://codeload.github.com/hauleth/logger_colorful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauleth%2Flogger_colorful/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266780384,"owners_count":23983041,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["erlang","log-formatter","logging"],"created_at":"2024-10-11T23:20:51.121Z","updated_at":"2025-07-24T01:39:17.702Z","avatar_url":"https://github.com/hauleth.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logger_colorful\n\nA logger formatter wrapper that ANSI-colours messages. Taste best, when used\ntogether with `logger_std_h`.\n\n## Installation\n\n```erlang\n{deps, [logger_colorful]}.\n```\n\n## Usage\n\nConfigure it either in your `sys.config`:\n\n```erlang\n[{kernel, [{logger,\n            [{handler, default, logger_std_h,\n              [{formatter, {logger_colorful_formatter, #{}}}]\n             }]\n           }]\n }].\n```\n\nOr from within application:\n\n```\nlogger:set_handler_config(default, formatter, {logger_colorful_formatter, #{}}).\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhauleth%2Flogger_colorful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhauleth%2Flogger_colorful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhauleth%2Flogger_colorful/lists"}