{"id":19150995,"url":"https://github.com/hiram3512/hilog_unity","last_synced_at":"2025-07-29T11:03:34.668Z","repository":{"id":51334071,"uuid":"53907111","full_name":"hiram3512/HiLog_unity","owner":"hiram3512","description":"HiLog: The extensions of unity's log plugin","archived":false,"fork":false,"pushed_at":"2022-11-04T03:15:49.000Z","size":4805,"stargazers_count":62,"open_issues_count":0,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-07T05:28:18.766Z","etag":null,"topics":["debug","debugging-tool","extension","log","logfile","logger","plugin","plugins","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","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/hiram3512.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":"2016-03-15T02:12:02.000Z","updated_at":"2025-02-06T09:46:44.000Z","dependencies_parsed_at":"2023-01-21T12:33:45.636Z","dependency_job_id":null,"html_url":"https://github.com/hiram3512/HiLog_unity","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/hiram3512/HiLog_unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiram3512%2FHiLog_unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiram3512%2FHiLog_unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiram3512%2FHiLog_unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiram3512%2FHiLog_unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiram3512","download_url":"https://codeload.github.com/hiram3512/HiLog_unity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiram3512%2FHiLog_unity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267676819,"owners_count":24126299,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["debug","debugging-tool","extension","log","logfile","logger","plugin","plugins","unity","unity3d"],"created_at":"2024-11-09T08:13:33.687Z","updated_at":"2025-07-29T11:03:34.586Z","avatar_url":"https://github.com/hiram3512.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiLog_unity\n----------------------\n\n![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)   [![GitHub release](https://img.shields.io/github/release/hiramtan/HiLog_unity.svg)](https://github.com/hiramtan/HiLog_unity/releases)  [![Github Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/hiramtan/HiLog_unity/releases)\n\n[中文说明](https://github.com/hiramtan/HiLog_unity/blob/master/README_zh.md)\n\n### How to use\n\n```csharp\npublic class Example : MonoBehaviour\n{\n    void Start()\n    {\n        HiLog.Main.EnableLogSave(); //If you want to save log file\n        HiLog.Main.EnableLogScreen(); //If you want to show log on screen\n    }\n    int numb = 0;\n    private void Update()\n    {\n        numb++;\n        Debug.Log(numb);\n        Debug.Log(numb);\n        Debug.Log(numb);\n        Debug.Log(numb);\n        Debug.Log(numb);\n        Debug.LogWarning(numb);\n        Debug.LogError(numb);\n    }\n}\n```\n\n### Screenshot\n![Image18](others/Image18.png)\n\n![ezgif-5-9829fc97d6](others/ezgif-5-9829fc97d6.gif)\n\n![Image15](others/Image15.png)\n\n-----\n\n### Feature\n- HiLog have nothing intrusion with your project, you don't have to modify old logic, of cource still use unity engine interface to output log, just call enable interface at start.\n- HiLog have nothing assets, all UI made by logic, these means won't increase size of your app, or don't need think about if the assets have be packaged.\n- All functions is centralized in one dll file, just download and copy into your project. \n\n### Functionality\n- Support all platforms(unity editor, exe, Android, iOS, WP...)\n- Add timestamp with user's log(despite new version of unity have this function but it can only in editor platform)\n- Write logs into text file.(editor path is in project,mobile path is: application.persistentdatapath)\n- Display logs on screen(can quickly check logs and event have not connect Android studio,xcode)\n- Display stacks and write stacks into text.\n- Only one file and have no relevance with your project\n\n----------------------------\nsupport: hiramtan@live.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiram3512%2Fhilog_unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiram3512%2Fhilog_unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiram3512%2Fhilog_unity/lists"}