{"id":29623902,"url":"https://github.com/mikemitterer/dart-console_log_handler","last_synced_at":"2025-07-21T05:08:24.955Z","repository":{"id":18883381,"uuid":"22100952","full_name":"MikeMitterer/dart-console_log_handler","owner":"MikeMitterer","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-17T08:35:18.000Z","size":465,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T06:44:19.216Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeMitterer.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}},"created_at":"2014-07-22T11:07:17.000Z","updated_at":"2021-12-09T10:34:49.000Z","dependencies_parsed_at":"2022-07-28T23:18:55.982Z","dependency_job_id":null,"html_url":"https://github.com/MikeMitterer/dart-console_log_handler","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/MikeMitterer/dart-console_log_handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeMitterer%2Fdart-console_log_handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeMitterer%2Fdart-console_log_handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeMitterer%2Fdart-console_log_handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeMitterer%2Fdart-console_log_handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeMitterer","download_url":"https://codeload.github.com/MikeMitterer/dart-console_log_handler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeMitterer%2Fdart-console_log_handler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266242072,"owners_count":23898102,"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":"2025-07-21T05:08:24.207Z","updated_at":"2025-07-21T05:08:24.942Z","avatar_url":"https://github.com/MikeMitterer.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# console_log_handler\n\u003e Shows your log-messages on the Console (Browser + Commandline)\n\n![Screenshot][1]\n![Screenshot][2]\n\n## How to use it\n```dart\nlibrary unit.test;\n\nimport 'package:logging/logging.dart';\n\n// Browser\nimport \"package:console_log_handler/console_log_handler.dart\";\n\n// Commandline\nimport \"package:console_log_handler/print_log_handler.dart\";\n\nvoid main() {\n    configLogging(show: Level.INFO, transformer: transformerMessageOnly);\n    final Logger _logger = new Logger(\"test\");\n\n    try {\n        throw \"Sample for exception\";\n    } on String catch( error, stacktrace) {\n\n        _logger.severe(\"Caught error\",error,stacktrace);\n    }\n\n}\n\n```\n\nIf you want to write your own `LogRecord`-Transformer - check out this [GH-page](https://github.com/MikeMitterer/dart-console_log_handler/blob/master/lib/shared/transformer.dart)\nand you'll see how simple it is.\n\n### If you have problems\n* [Issues][3]\n\n### License\n\n    Copyright 2018 Michael Mitterer (office@mikemitterer.at), \n    IT-Consulting and Development Limited, Austrian Branch\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, \n    software distributed under the License is distributed on an \n    \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, \n    either express or implied. See the License for the specific language \n    governing permissions and limitations under the License.\n    \nIf this plugin is helpful for you - please [(Circle)](http://gplus.mikemitterer.at/) me.\n\n[1]: https://raw.githubusercontent.com/MikeMitterer/dart-console_log_handler/master/doc/_resources/screenshot_browser.png\n[2]: https://raw.githubusercontent.com/MikeMitterer/dart-console_log_handler/master/doc/_resources/screenshot_console.png\n[3]: https://github.com/MikeMitterer/dart-console_log_handler/issues\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemitterer%2Fdart-console_log_handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikemitterer%2Fdart-console_log_handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemitterer%2Fdart-console_log_handler/lists"}