{"id":13413331,"url":"https://github.com/structy/log","last_synced_at":"2025-03-14T19:31:58.575Z","repository":{"id":44748760,"uuid":"452426613","full_name":"structy/log","owner":"structy","description":"A simple to use log system, minimalist but with features for debugging and differentiation of messages","archived":false,"fork":false,"pushed_at":"2022-01-27T05:03:58.000Z","size":45,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-07-31T20:52:15.325Z","etag":null,"topics":[],"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/structy.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":"2022-01-26T20:17:37.000Z","updated_at":"2024-01-13T17:55:21.000Z","dependencies_parsed_at":"2022-08-26T07:02:43.109Z","dependency_job_id":null,"html_url":"https://github.com/structy/log","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/structy%2Flog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structy%2Flog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structy%2Flog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structy%2Flog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/structy","download_url":"https://codeload.github.com/structy/log/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221498731,"owners_count":16833055,"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":[],"created_at":"2024-07-30T20:01:37.946Z","updated_at":"2024-10-26T05:30:44.103Z","avatar_url":"https://github.com/structy.png","language":"Go","readme":"# structy/log\n\n[![Build Status](https://travis-ci.org/structy/log.svg?branch=master)](https://travis-ci.org/structy/log)\nA simple to use log system, minimalist but with features for debugging and differentiation of messages\n\n## Example\n\n[![Example](examples/example.png)](examples/example.go)\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/structy/log\"\n)\n\nfunc main() {\n    log.Debugln(\"Debug message\")\n\n    log.DebugMode = false\n    log.Debugln(\"Debug message that will be hidden\")\n\n    log.Println(\"Info message\")\n    log.Warningln(\"Warning message\")\n    log.Errorln(\"Error message\")\n    log.Fatal(\"Fatal error message\")\n    fmt.Println(\"I will never be printed because of Fatal()\")\n}\n```\n","funding_links":[],"categories":["Logging","日志记录","Relational Databases"],"sub_categories":["Search and Analytic Databases","检索及分析资料库","Advanced Console UIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructy%2Flog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstructy%2Flog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructy%2Flog/lists"}