{"id":19204402,"url":"https://github.com/vxern/sprint","last_synced_at":"2026-02-16T04:02:47.994Z","repository":{"id":43393065,"uuid":"378257971","full_name":"vxern/sprint","owner":"vxern","description":"A tool for printing messages to the web console or to the terminal in a variety of modes.","archived":false,"fork":false,"pushed_at":"2023-10-31T18:24:18.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T08:30:31.492Z","etag":null,"topics":["complete","console","dart","documented","logger","logging","print","terminal"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/sprint","language":"Dart","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/vxern.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-06-18T20:26:09.000Z","updated_at":"2024-04-01T09:22:55.000Z","dependencies_parsed_at":"2025-04-10T13:23:45.553Z","dependency_job_id":"5ea87fea-bd40-4e53-88cc-978b68784df0","html_url":"https://github.com/vxern/sprint","commit_stats":null,"previous_names":["vxern/sprint","wordcollector/sprint"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/vxern/sprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Fsprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Fsprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Fsprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Fsprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vxern","download_url":"https://codeload.github.com/vxern/sprint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Fsprint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29483522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: 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":["complete","console","dart","documented","logger","logging","print","terminal"],"created_at":"2024-11-09T13:07:44.124Z","updated_at":"2026-02-16T04:02:47.974Z","avatar_url":"https://github.com/vxern.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## The simplest way to print messages in your Dart project\n\n### Usage\n\nIf you like your code verbose, you may use long function names:\n\n```dart\nfinal log = Sprint('Module');\n\nlog.debug('Debug message');\nlog.success('Success message');\nlog.info('Info message');\nlog.warn('Warning message');\nlog.severe('Severe message');\nlog.fatal('Fatal message');\n```\n\nIf you prefer to be brief in your writing, use short function names instead:\n\n```dart\nfinal log = Sprint('Module');\n\nlog.d('Debug message');\nlog.s('Success message');\nlog.i('Info message');\nlog.w('Warning message');\nlog.sv('Severe message');\nlog.f('Fatal message');\n```\n\nIt is also possible to call the instance itself as follows:\n\n```dart\nfinal log = Sprint('Module');\n\nlog('Info message');\n```\n\nTo include timestamps in logs, set `includeTimestamp` to `true`:\n\n```dart\nfinal log = Sprint('Module', includeTimestamp: true);\n```\n\nThe display of messages can be controlled using the `quietMode` field. If set to\n`true`, no messages will be printed.\n\n```dart\nlog.quietMode = true;\nlog('This message will not be posted.');\n\nlog.quietMode = false;\nlog('However, this one *will* be.');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxern%2Fsprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvxern%2Fsprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxern%2Fsprint/lists"}