{"id":45001828,"url":"https://github.com/cattlecloud/ulog","last_synced_at":"2026-05-10T04:30:38.974Z","repository":{"id":212384350,"uuid":"731319525","full_name":"cattlecloud/ulog","owner":"cattlecloud","description":"ulog is a simple and efficient level logging library for Go","archived":false,"fork":false,"pushed_at":"2026-04-01T02:20:05.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T04:52:13.575Z","etag":null,"topics":["efficient","go","golang","leveled","log","logging","simple"],"latest_commit_sha":null,"homepage":"https://cattlecloud.net/go/ulog","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/cattlecloud.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-13T20:18:04.000Z","updated_at":"2026-04-01T02:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b01670ae-fd0e-4628-9918-ed2719be39ed","html_url":"https://github.com/cattlecloud/ulog","commit_stats":null,"previous_names":["noxideproject/ulog","cattlecloud/ulog"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cattlecloud/ulog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cattlecloud%2Fulog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cattlecloud%2Fulog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cattlecloud%2Fulog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cattlecloud%2Fulog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cattlecloud","download_url":"https://codeload.github.com/cattlecloud/ulog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cattlecloud%2Fulog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["efficient","go","golang","leveled","log","logging","simple"],"created_at":"2026-02-18T22:36:21.441Z","updated_at":"2026-04-02T20:52:37.526Z","avatar_url":"https://github.com/cattlecloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ulog\n\n[![Go Reference](https://pkg.go.dev/badge/cattlecloud.net/go/ulog.svg)](https://pkg.go.dev/cattlecloud.net/go/ulog)\n[![License](https://img.shields.io/github/license/cattlecloud/ulog?color=7C00D8\u0026style=flat-square\u0026label=License)](https://github.com/cattlecloud/ulog/blob/main/LICENSE)\n[![Build](https://img.shields.io/github/actions/workflow/status/cattlecloud/ulog/ci.yaml?style=flat-square\u0026color=0FAA07\u0026label=Tests)](https://github.com/cattlecloud/ulog/actions/workflows/ci.yaml)\n\n`ulog` is a simple and efficient level logging library for Go\n\n### Getting Started\n\nThe `ulog` package can be added to a project with `go get`.\n\n```shell\ngo get cattlecloud.net/go/ulog@latest\n```\n\n### Examples\n\n```go\nlog := ulog.New(\"my/component\")\nlog.E.Fmt(\"the level is %s\", \"error\")\nlog.W.Fmt(\"the level is %s\", \"warn\")\nlog.I.Fmt(\"the level is %s\", \"info\")\nlog.D.Fmt(\"the level is %s\", \"debug\")\nlog.T.Fmt(\"the level is %s\", \"trace\")\n```\n\n### Exclude timestamp\n\nWhen running under systemd it is nice to not include the redundant timestamp\ndirectly from the logging package (since journald will already insert one). To\nexclude the timestamp simply set the `ULOG_NOTIMESTAMP` environment variable\nto `true`.\n\ne.g. in a systemd unit file\n\n```\n[Service]\n# ...\nEnvironment=\"ULOG_NOTIMESTAMP=true\"\n```\n\n\n### License\n\nThe `cattlecloud.net/go/ulog` module is open source under the [BSD-3-Clause](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcattlecloud%2Fulog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcattlecloud%2Fulog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcattlecloud%2Fulog/lists"}