{"id":18275045,"url":"https://github.com/soundofdarkness/simplelogging","last_synced_at":"2025-09-13T01:14:26.500Z","repository":{"id":113923306,"uuid":"125651368","full_name":"Soundofdarkness/SimpleLogging","owner":"Soundofdarkness","description":"Simple Logging for Nim","archived":false,"fork":false,"pushed_at":"2018-03-18T22:23:00.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T22:25:28.324Z","etag":null,"topics":["logging","nim-lang"],"latest_commit_sha":null,"homepage":null,"language":"Nim","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/Soundofdarkness.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":"2018-03-17T17:04:54.000Z","updated_at":"2020-03-07T08:01:01.000Z","dependencies_parsed_at":"2023-05-29T18:30:21.236Z","dependency_job_id":null,"html_url":"https://github.com/Soundofdarkness/SimpleLogging","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/Soundofdarkness%2FSimpleLogging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2FSimpleLogging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2FSimpleLogging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soundofdarkness%2FSimpleLogging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soundofdarkness","download_url":"https://codeload.github.com/Soundofdarkness/SimpleLogging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974595,"owners_count":21026742,"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":["logging","nim-lang"],"created_at":"2024-11-05T12:11:43.594Z","updated_at":"2025-04-09T03:44:55.017Z","avatar_url":"https://github.com/Soundofdarkness.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Logging\n\nJust another simple logging library for nim.\n\nExample Use:\n\n```nim\nimport simplelogging\n\n# Normal logging method \nlog(DEBUG, \"Debug test\");\nlog(INFO, \"Info test\");\nlog(WARN, \"Warn test\");\nlog(ERROR, \"Error test\");\n\n# Shortcut methods\ndebug(\"Test\");\ninfo(\"Test\");\nwarn(\"Test\");\nerror(\"Test\");\n\n```\n\nResult:\n\n![Example](/images/example.png)\n\nAuthor: Laura Schäfer \u003celerianae@gmail.com\u003e\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundofdarkness%2Fsimplelogging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoundofdarkness%2Fsimplelogging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundofdarkness%2Fsimplelogging/lists"}