{"id":27326616,"url":"https://github.com/rtakland/klogging","last_synced_at":"2025-04-12T11:59:05.479Z","repository":{"id":286231619,"uuid":"960779012","full_name":"RTAkland/KLogging","owner":"RTAkland","description":"A lightweight kotlin multiplatform logging framework support several platforms","archived":false,"fork":false,"pushed_at":"2025-04-12T06:07:31.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T07:22:30.396Z","etag":null,"topics":["kmp","kotlin","log","logging","multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RTAkland.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":"2025-04-05T03:46:26.000Z","updated_at":"2025-04-12T06:07:34.000Z","dependencies_parsed_at":"2025-04-05T05:39:30.133Z","dependency_job_id":null,"html_url":"https://github.com/RTAkland/KLogging","commit_stats":null,"previous_names":["rtakland/klogging"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAkland%2FKLogging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAkland%2FKLogging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAkland%2FKLogging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAkland%2FKLogging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RTAkland","download_url":"https://codeload.github.com/RTAkland/KLogging/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565087,"owners_count":21125415,"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":["kmp","kotlin","log","logging","multiplatform"],"created_at":"2025-04-12T11:59:04.496Z","updated_at":"2025-04-12T11:59:05.473Z","avatar_url":"https://github.com/RTAkland.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KLogging\n\nA lightweight kotlin multiplatform logging framework support several platforms \n\n- linuxX64\n- linuxArmX64\n- macosX64\n- macosArmX64\n- mingwX64\n- jvm(1.8)\n\n# Usage\n\n```kotlin\n// build.gradle.kts\nrepositories {\n    maven(\"https://repo.maven.rtast.cn/releases/\")\n}\n\nkotlin {\n    sourceSets {\n        commonMain.dependencies {\n            implementation(\"cn.rtast.klogging:klogging:\u003cversion\u003e\")\n        }\n    }\n}\n\n// main.kt\n\nfun main() {\n    val logger1 = KLogging.getLogger(\"Test1\").apply {\n        setLoggingLevel(LogLevel.ERROR)\n    }\n    val logger2 = KLogging.getLogger(\"Test2\").apply {\n        setLoggingLevel(LogLevel.DEBUG)\n    }\n    logger1.info(\"info\")\n    logger1.error(\"error\")\n    logger2.debug(\"debug\")\n}\n```\n\n\u003e The latest version can be found at https://repo.maven.rtast.cn/#/releases/cn/rtast/klogging/klogging\n\n\n# 中文文档\n\n# KLogging\n\n轻量级的Kotlin multiplatform的日志框架, 无任何依赖即可使用, 按照上方的配置即可使用\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtakland%2Fklogging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtakland%2Fklogging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtakland%2Fklogging/lists"}