{"id":27636988,"url":"https://github.com/diegomrno/dilog","last_synced_at":"2025-04-23T21:15:42.413Z","repository":{"id":288801288,"uuid":"969096035","full_name":"diegomrno/dilog","owner":"diegomrno","description":"A tiny, modern, and safe logging library","archived":false,"fork":false,"pushed_at":"2025-04-19T16:57:55.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T21:15:38.276Z","etag":null,"topics":["c","header-only","logging","minimalist","simple"],"latest_commit_sha":null,"homepage":"","language":"C","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/diegomrno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-19T11:27:24.000Z","updated_at":"2025-04-19T16:57:59.000Z","dependencies_parsed_at":"2025-04-19T19:50:00.379Z","dependency_job_id":null,"html_url":"https://github.com/diegomrno/dilog","commit_stats":null,"previous_names":["diegomrno/dilog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegomrno%2Fdilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegomrno%2Fdilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegomrno%2Fdilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegomrno%2Fdilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegomrno","download_url":"https://codeload.github.com/diegomrno/dilog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514777,"owners_count":21443219,"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":["c","header-only","logging","minimalist","simple"],"created_at":"2025-04-23T21:15:41.765Z","updated_at":"2025-04-23T21:15:42.402Z","avatar_url":"https://github.com/diegomrno.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **dilog** - A tiny, modern, and safe logging library\n\u003cdiv align=\"center\"\u003e\n\n  \u003ca title=\"'Build' workflow Status\" href=\"https://github.com/diegomrno/dilog/actions/workflows/build.yml\"\u003e\u003cimg alt=\"Build\" src=\"https://img.shields.io/github/actions/workflow/status/diegomrno/dilog/build.yml?branch=main\u0026label=Build\u0026style=for-the-badge\u0026logo=GitHub%20Actions\u0026logoColor=fff\"\u003e\u003c/a\u003e\n  \u003ca title=\"Latest Release\" href=\"https://github.com/diegomrno/dilog/releases/latest\"\u003e\u003cimg alt=\"Latest Release\" src=\"https://img.shields.io/github/v/release/diegomrno/dilog?style=for-the-badge\u0026label=Release\u0026logo=github\"\u003e\u003c/a\u003e\n  \u003ca title=\"Changelog\" href=\"https://github.com/diegomrno/dilog/blob/main/CHANGELOG.md\"\u003e\u003cimg alt=\"Changelog\" src=\"https://img.shields.io/badge/Changelog-View-blue?style=for-the-badge\u0026logo=readme\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003e Work in progress...\n\n**dilog** is a tiny, minimalistic logging utility designed for simplicity, security, and modern C standards. It's lightweight, memory-safe, thread-safe, and highly configurable for all your logging needs. Whether you're building a small utility or a large application, `dilog` is here to make logging easy and efficient.\n\n\u003e **Why this project**: Because I personally needed a really simple logging system tailored to my needs and I didn’t want to embed a full-blown *nuclear submarine* into my projects just to print \"Hello, world!\".\n\n## **Usage**\n\nTo use `dilog`, simply include the `dilog.h` header file in your project. No external dependencies are required.\n\n### Hello world with dilog \n```c\n#include \"../dilog.h\"\n\nint main() {\n    dilog_init();\n    dilog(\"Hello, world!\");\n    return 0;\n}\n```\n(more doc incoming)\n\n## **Features**\n\n- 🗂️ **Topic System**: Log with flexible \"profiles\" (topics) that allow full customization — format, output options, and more.\n- 🏷️ **Typed Logs**: Easily log messages as `error`, `info`, `warn`, or any custom-defined type.\n- 💾 **[WIP] Log to a File**: Send your logs to a file for persistent tracking.\n- 🌐 **Cross-Platform**: Works seamlessly on Linux, macOS, and Windows, no dependencies needed.\n- 🎨 **Hex Color Support**: Customize your logs with full hex color codes for better readability and style.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegomrno%2Fdilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegomrno%2Fdilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegomrno%2Fdilog/lists"}