{"id":34893404,"url":"https://github.com/abramisola/log","last_synced_at":"2026-05-15T16:32:36.014Z","repository":{"id":57551134,"uuid":"88884900","full_name":"abramisola/log","owner":"abramisola","description":"A logging library because all other logging libraries are too complicated.","archived":false,"fork":false,"pushed_at":"2017-04-25T22:42:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-18T04:14:17.675Z","etag":null,"topics":["beginner-friendly","golang","logging"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/abramisola.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":"2017-04-20T16:02:46.000Z","updated_at":"2017-04-20T17:02:36.000Z","dependencies_parsed_at":"2022-09-26T18:41:16.727Z","dependency_job_id":null,"html_url":"https://github.com/abramisola/log","commit_stats":null,"previous_names":["abramisola/log"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abramisola/log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abramisola%2Flog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abramisola%2Flog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abramisola%2Flog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abramisola%2Flog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abramisola","download_url":"https://codeload.github.com/abramisola/log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abramisola%2Flog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beginner-friendly","golang","logging"],"created_at":"2025-12-26T06:58:30.221Z","updated_at":"2026-05-15T16:32:36.009Z","avatar_url":"https://github.com/abramisola.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aisola/log\n\nA logging library because all other logging libraries are too complicated.\n\n[![GoDoc Widget](https://godoc.org/github.com/aisola/log?status.svg)](https://godoc.org/github.com/aisola/log)\n[![Code Climate](https://codeclimate.com/github/aisola/log/badges/gpa.svg)](https://codeclimate.com/github/aisola/log)\n[![Go Report Card](https://goreportcard.com/badge/github.com/aisola/log)](https://goreportcard.com/report/github.com/aisola/log)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n\nThis comes from searching around for a not complicated logging library and\nrunning into [this article](https://dave.cheney.net/2015/11/05/lets-talk-about-logging).\n\nThis library is intended to only have two levels and be very a uncomplicated logger for\ngo programs.\n\n### Warning\n\nLike any other random code you find on the internet, this package should not be relied\nupon in important, production systems without thorough testing to ensure that it meets\nyour needs. I wrote this for handling my simple needs and I never expect that it will\nreally be useful for anybody else. It has no tests, and has barely been used.\n\n## Installing\n\n    go get -u -v github.com/aisola/log\n\n## Example\n\n    package main\n\n    import \"github.com/aisola/log\"\n\n    func main() {\n         log.Info(\"The program is running\")\n         log.Infof(\"This is the %s message\", \"2nd\")\n         log.Debug(\"I'll only be written to the log if you've told the logger to.\")\n         log.Debugf(\"Hello, %s!\", \"world\")\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabramisola%2Flog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabramisola%2Flog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabramisola%2Flog/lists"}