{"id":16095553,"url":"https://github.com/meowgorithm/mr-log","last_synced_at":"2025-06-14T07:05:38.163Z","repository":{"id":145695076,"uuid":"246070284","full_name":"meowgorithm/mr-log","owner":"meowgorithm","description":"Just some Haskell functions for printing logging information","archived":false,"fork":false,"pushed_at":"2020-04-08T14:55:56.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T20:13:53.211Z","etag":null,"topics":["haskell","logging"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meowgorithm.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-09T15:19:20.000Z","updated_at":"2020-04-08T14:55:59.000Z","dependencies_parsed_at":"2023-05-07T04:14:38.479Z","dependency_job_id":null,"html_url":"https://github.com/meowgorithm/mr-log","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"72807ac1f11c60022e08eafec41d259587f546ef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meowgorithm/mr-log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fmr-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fmr-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fmr-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fmr-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meowgorithm","download_url":"https://codeload.github.com/meowgorithm/mr-log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowgorithm%2Fmr-log/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259775242,"owners_count":22909200,"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":["haskell","logging"],"created_at":"2024-10-09T17:06:25.942Z","updated_at":"2025-06-14T07:05:38.113Z","avatar_url":"https://github.com/meowgorithm.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mr. Log\n=======\n\nA fistfull of Haskell functions for printing log info and, in one case, also\nexiting with error.\n\n```haskell\nimport System.IO.MrLog ( printInfo, printWarn, printErr, fatal )\n\nmain :: IO ()\nmain = do\n\n    -- Prints:\n    -- [INFO] hello!\n    printInfo \"hello!\"\n\n    -- Prints:\n    -- [WARN] uh oh\n    printWarn \"uh oh\"\n\n    -- Prints:\n    -- [ERROR] oh no\n    printErr \"oh no\"\n\n    -- Prints:\n    -- [FATAL] something went very wrong!\n    -- ...and exits\n    fatal \"something went very wrong!\"\n```\n\n## Author\n\n[Christian Rocha](https://github.com/meowgorithm)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowgorithm%2Fmr-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeowgorithm%2Fmr-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowgorithm%2Fmr-log/lists"}