{"id":23239436,"url":"https://github.com/r32/ie-mlog","last_synced_at":"2026-01-18T19:06:54.116Z","repository":{"id":78669583,"uuid":"242293284","full_name":"R32/ie-mlog","owner":"R32","description":"a simple console.log for IWebBrowser(Embeded IE)","archived":false,"fork":false,"pushed_at":"2023-06-28T03:54:10.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T03:17:19.041Z","etag":null,"topics":["iwebbrowser"],"latest_commit_sha":null,"homepage":"","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/R32.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-22T06:40:18.000Z","updated_at":"2021-12-19T17:50:42.000Z","dependencies_parsed_at":"2023-07-23T02:31:42.581Z","dependency_job_id":null,"html_url":"https://github.com/R32/ie-mlog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R32%2Fie-mlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R32%2Fie-mlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R32%2Fie-mlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R32%2Fie-mlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R32","download_url":"https://codeload.github.com/R32/ie-mlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406110,"owners_count":20933806,"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":["iwebbrowser"],"created_at":"2024-12-19T04:28:14.407Z","updated_at":"2026-01-18T19:06:49.080Z","avatar_url":"https://github.com/R32.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"mini log\r\n------\r\n\r\n[usage](bin/index.html) Press `Shift + F12` to switch On/Off.\r\n\r\n```bash\r\nMini log[ver:{{Macros.gitVersion()}}] for IWebBrowser(Embeded IE)\r\ncls      : clear output\r\n$(\"s\")   : document.querySelector(\"s\")\r\n$$(\"s\")  : document.querySelectorAll(\"s\")\r\n```\r\n\r\n### Configuration for haxe projects\r\n\r\ninstalls from git repo\r\n\r\n```bash\r\ngit clone https://github.com/R32/ie-mlog.git ie-mlog\r\nhaxelib dev ie-mlog ie-mlog\r\n```\r\n\r\nHTML : put mlog.js before your main.js\r\n\r\n```html\r\n\u003cbody\u003e\r\n\t\u003c!-- others... --\u003e\r\n\t\u003cscript src=\"mlog.js\"\u003e\u003c/script\u003e\r\n\t\u003cscript src=\"main.js\"\u003e\u003c/script\u003e\r\n\u003c/body\u003e\r\n```\r\n\r\nhaxe\r\n\r\n```haxe\r\nclass Main {\r\n\tstatic function main() {\r\n\t\thaxe.Log.trace = MLog.log;\r\n\t\ttrace(\"hello world!\");\r\n\t}\r\n}\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr32%2Fie-mlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr32%2Fie-mlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr32%2Fie-mlog/lists"}