{"id":19326897,"url":"https://github.com/justprodev/flutter_remote_logging","last_synced_at":"2026-05-13T01:34:50.532Z","repository":{"id":134762432,"uuid":"587766642","full_name":"justprodev/flutter_remote_logging","owner":"justprodev","description":"Send Logger() messages to loggly.com","archived":false,"fork":false,"pushed_at":"2025-12-21T01:22:38.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T10:35:36.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/justprodev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-11T14:38:29.000Z","updated_at":"2025-12-21T01:21:03.000Z","dependencies_parsed_at":"2025-12-20T05:01:57.162Z","dependency_job_id":null,"html_url":"https://github.com/justprodev/flutter_remote_logging","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/justprodev/flutter_remote_logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justprodev%2Fflutter_remote_logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justprodev%2Fflutter_remote_logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justprodev%2Fflutter_remote_logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justprodev%2Fflutter_remote_logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justprodev","download_url":"https://codeload.github.com/justprodev/flutter_remote_logging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justprodev%2Fflutter_remote_logging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32964052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":[],"created_at":"2024-11-10T02:15:17.710Z","updated_at":"2026-05-13T01:34:50.524Z","avatar_url":"https://github.com/justprodev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dart package `remote_logging`\n\nSending [Logger()](https://pub.dev/packages/logging) messages to various remote logging services,\nlike [Loggly](https://www.loggly.com/docs/http-endpoint/), [Splunk](https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector), etc.\n\n```dart\nimport 'package:remote_logging/remote_logging.dart';\n\nvoid main() async {\n  final logglyCollector = LogglyCollector(logglyToken);\n  initRemoteLogging(\n    logglyCollector,\n    verboseLoggers: ['logger1', 'logger2'],\n    tagsProvider: (_) =\u003e ['tag1','tag2'],\n  );\n\n  // https://pub.dev/packages/logging\n  Logger('logger1').info('info on logger1');\n  Logger('logger2').info('info on logger2');\n  Logger.root.severe('error on any logger', Error());\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustprodev%2Fflutter_remote_logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustprodev%2Fflutter_remote_logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustprodev%2Fflutter_remote_logging/lists"}