{"id":17614713,"url":"https://github.com/joefitzgerald/standardlog","last_synced_at":"2025-04-30T18:06:26.976Z","repository":{"id":19547073,"uuid":"22795489","full_name":"joefitzgerald/standardlog","owner":"joefitzgerald","description":"A Go (golang) Interface For The Standard Library's log.Logger","archived":false,"fork":false,"pushed_at":"2014-08-10T16:06:07.000Z","size":148,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T18:06:00.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/joefitzgerald.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":"2014-08-09T21:23:50.000Z","updated_at":"2023-09-08T16:49:41.000Z","dependencies_parsed_at":"2022-08-24T03:31:00.428Z","dependency_job_id":null,"html_url":"https://github.com/joefitzgerald/standardlog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fstandardlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fstandardlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fstandardlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fstandardlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joefitzgerald","download_url":"https://codeload.github.com/joefitzgerald/standardlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251758163,"owners_count":21638989,"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":[],"created_at":"2024-10-22T18:44:28.506Z","updated_at":"2025-04-30T18:06:26.940Z","avatar_url":"https://github.com/joefitzgerald.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Standardlog\n===========\n\n[![wercker status](https://app.wercker.com/status/f5ccdd31a32c541bca3271b382909151/m \"wercker status\")](https://app.wercker.com/project/bykey/f5ccdd31a32c541bca3271b382909151)\n\nThe [go 1 compatibility promise](http://golang.org/doc/go1compat) prevents the\nstandard library from changing `log.Logger` to be an interface.\n\nThis library has one single goal: to provide an interface that matches the\nfunctions in `log.Logger` so that you can substitute the standard Logger with a\nreplacement if needed.\n\n## Usage\n\n`go get -u github.com/joefitzgerald/standardlog`\n\n```go\nimport (\n\t\"os\"\n\n\t\"github.com/joefitzgerald/standardlog\"\n)\n\nfunc main() {\n  var l standardlog.Logger\n  l = log.New(os.Stdout, \"\", 0)\n  // Use l here...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoefitzgerald%2Fstandardlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoefitzgerald%2Fstandardlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoefitzgerald%2Fstandardlog/lists"}