{"id":31733323,"url":"https://github.com/uriid1/minilog.lua","last_synced_at":"2025-10-09T08:24:13.349Z","repository":{"id":316469017,"uuid":"1063521378","full_name":"uriid1/minilog.lua","owner":"uriid1","description":"Небольшой логгер для Lua.","archived":false,"fork":false,"pushed_at":"2025-09-24T18:51:23.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T20:28:59.256Z","etag":null,"topics":["logger","lua","luajit"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uriid1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-24T18:34:47.000Z","updated_at":"2025-09-24T18:51:26.000Z","dependencies_parsed_at":"2025-09-24T20:29:00.991Z","dependency_job_id":"f45e502e-001f-43cc-912f-7fc7f9985ea7","html_url":"https://github.com/uriid1/minilog.lua","commit_stats":null,"previous_names":["uriid1/minilog.lua"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/uriid1/minilog.lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Fminilog.lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Fminilog.lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Fminilog.lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Fminilog.lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uriid1","download_url":"https://codeload.github.com/uriid1/minilog.lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriid1%2Fminilog.lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001099,"owners_count":26082991,"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-10-09T02:00:07.460Z","response_time":59,"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":["logger","lua","luajit"],"created_at":"2025-10-09T08:24:07.827Z","updated_at":"2025-10-09T08:24:13.339Z","avatar_url":"https://github.com/uriid1.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minilog.lua\n\nНебольшой логгер с обработкой строк через fstring, отправкой ошибок в stderr и простой конфигурацией.\n\n![Screenshot](screenshot.jpg)\n\n# Установка\n\nУстановка под Lua 5.1 или  luaJit\n\n```bash\nluarocks install --local --lua-version=5.1 minilog-1.0-0.rockspec\n```\n\nЗагрузка в проект\n\n```lua\nlocal log = require('minilog')\n\nlog.info('Hello, World!')\n```\n\n# Использование\n\n  - `log.disable_stdout` (boolean) - При значении `true` вывода в *stdout* не будет.\n  - `log.disable_stderr` (boolean) - При значении `true` вывода в *stderr* не будет.\n  - `log.output_file` (string) - Путь для записи лога в файл. `nil` для отключения записей логов.\n  - `log.force_flush` (boolean) - Принудительно сбрасывает строковый буфер после каждого вывода в консоль.\n  - `log.date_format` (string) - Формат даты лога, параметры берутся из `os.date`.\n  - `log.debug` (boolean) - Включает или отключает использование `debug.getinfo`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiid1%2Fminilog.lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furiid1%2Fminilog.lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiid1%2Fminilog.lua/lists"}