{"id":15793575,"url":"https://github.com/glendc/go-mini-log","last_synced_at":"2025-03-31T19:22:10.823Z","repository":{"id":68361431,"uuid":"88417228","full_name":"GlenDC/go-mini-log","owner":"GlenDC","description":"a minimalistic logger for golang applications","archived":false,"fork":false,"pushed_at":"2017-04-29T23:45:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T23:43:57.868Z","etag":null,"topics":["golang","log","logging","minimal"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlenDC.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-16T14:05:57.000Z","updated_at":"2017-04-16T15:03:25.000Z","dependencies_parsed_at":"2023-04-13T14:32:11.560Z","dependency_job_id":null,"html_url":"https://github.com/GlenDC/go-mini-log","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/GlenDC%2Fgo-mini-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlenDC%2Fgo-mini-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlenDC%2Fgo-mini-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlenDC%2Fgo-mini-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlenDC","download_url":"https://codeload.github.com/GlenDC/go-mini-log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246523773,"owners_count":20791448,"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":["golang","log","logging","minimal"],"created_at":"2024-10-04T23:20:18.445Z","updated_at":"2025-03-31T19:22:10.795Z","avatar_url":"https://github.com/GlenDC.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-mini-log\n\nThis package is a modified version of the standard [pkg/log][pkglog] code.\nThe goal of this package is to provide a minimalistic package, which allows for the seperation\nof _debug_ and _info_ statements. _Debug_ statements which are meant for the developer only,\nwhile _info_ statements remain in production and thus can be seen by the user.\n\nThe standard logging package is works as it is, except for 2 points:\n\n+ It does not provide the option to have verbose logging for debugging purposes only;\n+ It has way to many logging levels, which are really not needed;\n\nThis package aims to resolve these issues by using what seems to work well,\nadding to it what was missing, and removing what wasn't needed.\n\n_Warnings_ are either _info_ or _error_,\nso logging them as a seperate level doesn't make sense.\n\n_Errors_ should be either handled or they are fatal.\nIf they are handled, it doesn't make sense to log them as errors any longer,\nand should be logged as _info_ instead.\n\nThis package is not fancy,\nand should be seen as a practical version of [pkg/log][pkglog].\n\n[pkglog]:https://github.com/golang/go/tree/master/src/log\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglendc%2Fgo-mini-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglendc%2Fgo-mini-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglendc%2Fgo-mini-log/lists"}