{"id":24926143,"url":"https://github.com/osumpi/osumlog","last_synced_at":"2026-04-28T11:34:08.232Z","repository":{"id":61974072,"uuid":"443510827","full_name":"osumpi/osumlog","owner":"osumpi","description":"𝗧𝗵𝗲 𝗼𝘀𝘂𝗺 𝗹𝗶𝗯𝗿𝗮𝗿𝘆 𝗳𝗼𝗿 𝗹𝗼𝗴𝗴𝗶𝗻𝗴 𝗺𝗮𝗱𝗲 𝘄𝗶𝘁𝗵 ❤️ 𝗯𝘆 𝗼𝘀𝘂𝗺𝗽𝗶","archived":false,"fork":false,"pushed_at":"2022-01-01T15:08:14.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T11:45:29.755Z","etag":null,"topics":["dart","flutter","library","logging","logging-library","osumpi"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osumpi.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":"2022-01-01T09:49:15.000Z","updated_at":"2024-05-07T07:01:29.000Z","dependencies_parsed_at":"2022-10-24T13:30:56.111Z","dependency_job_id":null,"html_url":"https://github.com/osumpi/osumlog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osumpi/osumlog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osumpi%2Fosumlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osumpi%2Fosumlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osumpi%2Fosumlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osumpi%2Fosumlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osumpi","download_url":"https://codeload.github.com/osumpi/osumlog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osumpi%2Fosumlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dart","flutter","library","logging","logging-library","osumpi"],"created_at":"2025-02-02T12:26:01.947Z","updated_at":"2026-04-28T11:34:08.209Z","avatar_url":"https://github.com/osumpi.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osumlog\n\nThe osum library for logging made with ❤️ by osumpi. Simple and clean\nto use.\n\n![image](https://user-images.githubusercontent.com/25143503/147853601-a43a85dc-3194-47c7-ba8a-5ac47e789dd3.png)\n\n## Example Usage\n\n```dart\n// All log levels with the `Log` constructor.\nfor (final level in LogLevels.values) {\nLog('This is $level level log message', level: level);\n}\n\n// Log.\u003clevel\u003e(..) usage.\nLog.error(\"Error\");\n\nLog.warn(\"Warning\");\n\n// Put timestamp along with the log message.\nLog.showTimestamp = true;\n\nLog.fatal(\"Fatal with timestamps\");\n\n// Use symbols instead of log label flags.\nLog.showLevelSymbolInsteadOfLabel = true;\n\nLog.warn(\"Warning with symbol\");\n\nLog.info(Log.loggingLevel.toString().trim());\n\n// Log level set to output all log messages.\nLog.loggingLevel = LogLevels.all;\n\n// Ignore colors when logging.\nLog.applyColors = false;\n\nLog.trace(\"Fatal but no colors :(\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosumpi%2Fosumlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosumpi%2Fosumlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosumpi%2Fosumlog/lists"}