{"id":27918307,"url":"https://github.com/axiomhq/logmanager","last_synced_at":"2025-05-06T18:21:04.152Z","repository":{"id":48993928,"uuid":"348286093","full_name":"axiomhq/logmanager","owner":"axiomhq","description":"Yet another Go logging library.","archived":false,"fork":false,"pushed_at":"2021-07-21T11:05:12.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-04T11:50:15.705Z","etag":null,"topics":["go","golang","logging","logging-library","logmanager"],"latest_commit_sha":null,"homepage":"https://axiom.co","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/axiomhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-16T09:27:13.000Z","updated_at":"2021-07-01T17:01:40.000Z","dependencies_parsed_at":"2022-09-07T03:53:21.793Z","dependency_job_id":null,"html_url":"https://github.com/axiomhq/logmanager","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiomhq%2Flogmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiomhq%2Flogmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiomhq%2Flogmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiomhq%2Flogmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axiomhq","download_url":"https://codeload.github.com/axiomhq/logmanager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252741727,"owners_count":21797074,"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":["go","golang","logging","logging-library","logmanager"],"created_at":"2025-05-06T18:21:03.521Z","updated_at":"2025-05-06T18:21:04.138Z","avatar_url":"https://github.com/axiomhq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logmanager\n\n[![Go Reference][gopkg_badge]][gopkg]\n[![Go Workflow][go_workflow_badge]][go_workflow]\n[![Coverage Status][coverage_badge]][coverage]\n[![Go Report][report_badge]][report]\n[![Latest Release][release_badge]][release]\n[![License][license_badge]][license]\n\n---\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n1. [Installation](#Installation)\n1. [Usage](#usage)\n1. [Contributing](#contributing)\n1. [License](#license)\n\n## Introduction\n\n_Logmanager_ is yet another Go logging library.\n\n## Installation\n\n### Install using `go get`\n\n```shell\n go get github.com/axiomhq/logmanager\n```\n\n### Install from source\n\n```shell\n git clone https://github.com/axiomhq/logmanager.git\n cd logmanager\n make \n```\n\n## Usage\n\n```go\n// Simple console logger\nlog2console := logmanager.GetLogger(\"foo.bar\")\nlog2console.Info(\"hello world\")\nlog2console.Warn(\"it's a trap\")\n\n// Prints:\n// [09:15:54.24] info  main@foo.bar main.go:10 hello world\n// [09:15:54.24] warn  main@foo.bar main.go:11 it's a trap\n```\n\n## Contributing\n\nFeel free to submit PRs or to fill issues. Every kind of help is appreciated. \n\nBefore committing, `make` should run without any issues.\n\nKindly check our [Contributing](Contributing.md) guide on how to propose\nbugfixes and improvements, and submitting pull requests to the project.\n\n## License\n\n\u0026copy; Axiom, Inc., 2021\n\nDistributed under MIT License (`The MIT License`).\n\nSee [LICENSE](LICENSE) for more information.\n\n\u003c!-- Badges --\u003e\n\n[gopkg]: https://pkg.go.dev/github.com/axiomhq/logmanager\n[gopkg_badge]: https://img.shields.io/badge/doc-reference-007d9c?logo=go\u0026logoColor=white\u0026style=flat-square\n[go_workflow]: https://github.com/axiomhq/logmanager/actions?query=workflow%3Ago\n[go_workflow_badge]: https://img.shields.io/github/workflow/status/axiomhq/logmanager/go?style=flat-square\u0026ghcache=unused\n[coverage]: https://codecov.io/gh/axiomhq/logmanager\n[coverage_badge]: https://img.shields.io/codecov/c/github/axiomhq/logmanager.svg?style=flat-square\u0026ghcache=unused\n[report]: https://goreportcard.com/report/github.com/axiomhq/logmanager\n[report_badge]: https://goreportcard.com/badge/github.com/axiomhq/logmanager?style=flat-square\u0026ghcache=unused\n[release]: https://github.com/axiomhq/logmanager/releases/latest\n[release_badge]: https://img.shields.io/github/release/axiomhq/logmanager.svg?style=flat-square\u0026ghcache=unused\n[license]: https://opensource.org/licenses/MIT\n[license_badge]: https://img.shields.io/github/license/axiomhq/logmanager.svg?color=blue\u0026style=flat-square\u0026ghcache=unused\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiomhq%2Flogmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxiomhq%2Flogmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiomhq%2Flogmanager/lists"}