{"id":22214193,"url":"https://github.com/grimdork/loglines","last_synced_at":"2025-09-02T23:39:41.290Z","repository":{"id":57637927,"uuid":"430031271","full_name":"grimdork/loglines","owner":"grimdork","description":"Basic timestamped console printing.","archived":false,"fork":false,"pushed_at":"2024-04-18T04:26:37.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T05:43:38.101Z","etag":null,"topics":["go","logging","package"],"latest_commit_sha":null,"homepage":"","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/grimdork.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":"2021-11-20T06:50:28.000Z","updated_at":"2021-11-20T19:15:53.000Z","dependencies_parsed_at":"2022-09-26T20:21:04.795Z","dependency_job_id":null,"html_url":"https://github.com/grimdork/loglines","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimdork%2Floglines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimdork%2Floglines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimdork%2Floglines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimdork%2Floglines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grimdork","download_url":"https://codeload.github.com/grimdork/loglines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245409702,"owners_count":20610590,"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","logging","package"],"created_at":"2024-12-02T21:14:18.384Z","updated_at":"2025-03-25T06:24:31.997Z","avatar_url":"https://github.com/grimdork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loglines\nBasic timestamped console printing.\n\n## What\nThis is a very simple package with three functions:\n- NowString() returns a string with the current time in a format similar to Apache's common log format. Used by the other two functions.\n- Msg() prints a message to stdout.\n- Err() prints an error message to stderr.\n\nThat's it. It just prints stuff neatly.\n\n## How\nExample usage:\n```go\nimport (\n\t\"fmt\"\n\tll \"github.com/grimdork/loglines\"\n)\n\nfunc main() {\n\tll.Msg(\"Hello, console!\")\n\tll.Err(\"This is an error message.\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimdork%2Floglines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrimdork%2Floglines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimdork%2Floglines/lists"}