{"id":18440897,"url":"https://github.com/partysun/hxlogs","last_synced_at":"2026-01-23T12:54:05.982Z","repository":{"id":23950357,"uuid":"27332134","full_name":"Partysun/hxlogs","owner":"Partysun","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-30T11:00:00.000Z","size":244,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T17:35:39.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Partysun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-30T10:36:09.000Z","updated_at":"2014-11-30T13:59:33.000Z","dependencies_parsed_at":"2022-08-22T07:51:00.387Z","dependency_job_id":null,"html_url":"https://github.com/Partysun/hxlogs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Partysun/hxlogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Partysun%2Fhxlogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Partysun%2Fhxlogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Partysun%2Fhxlogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Partysun%2Fhxlogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Partysun","download_url":"https://codeload.github.com/Partysun/hxlogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Partysun%2Fhxlogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28692286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-06T06:33:51.320Z","updated_at":"2026-01-23T12:54:05.962Z","avatar_url":"https://github.com/Partysun.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"Log (Haxe Library)\n=====================\n\nThis *extremely* simple library provides simple and beatifull logging system in Haxe.\n\nInstall\n-------\n\n![screenshot](screenshot.png)\n\n`haxelib git log git@github.com:Partysun/hxlogs.git`\n\nAnd then in your project's hxml build file, add\n\n`-lib log`\n\nUsage\n-----\n\n```\nimport Log;\n\nclass Main {\n\n    public static function main() {\n        Log.init();\n        var x = 0;\n        Log.log(\"This is simple log message!\");\n        Log.info(\"This is info message!\");\n        Log.debug(\"This is debug message!\");\n        Log.debug('x is $x');\n        Log.error(\"This is error message!\");\n        Log.assert(x == 1, \"x should be 1 damnit!\");\n        Log.assert(x == 0, \"x should be 1 damnit!\");\n        Log.ok('Life is good!');\n    }\n\n}\n```\n\nThis gist ( https://gist.github.com/martinwells/5980517 ) gives impulse.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartysun%2Fhxlogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpartysun%2Fhxlogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartysun%2Fhxlogs/lists"}