{"id":13604791,"url":"https://github.com/tinylog-org/tinylog","last_synced_at":"2025-05-14T12:09:35.695Z","repository":{"id":4648354,"uuid":"5793618","full_name":"tinylog-org/tinylog","owner":"tinylog-org","description":"tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android","archived":false,"fork":false,"pushed_at":"2025-05-13T19:15:20.000Z","size":53062,"stargazers_count":740,"open_issues_count":30,"forks_count":80,"subscribers_count":12,"default_branch":"v2.8","last_synced_at":"2025-05-13T20:40:47.290Z","etag":null,"topics":["android","java","jcl","kotlin","kotlin-library","logger","logging-library","scala","slf4j","tinylog"],"latest_commit_sha":null,"homepage":"https://tinylog.org","language":"Java","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/tinylog-org.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","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},"funding":{"github":["pmwmedia"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/tinylog"]}},"created_at":"2012-09-13T11:21:42.000Z","updated_at":"2025-05-13T08:33:30.000Z","dependencies_parsed_at":"2024-01-15T19:40:13.439Z","dependency_job_id":"6f968624-1b8b-44cc-bbec-50171bda838a","html_url":"https://github.com/tinylog-org/tinylog","commit_stats":{"total_commits":1083,"total_committers":21,"mean_commits":51.57142857142857,"dds":"0.16897506925207761","last_synced_commit":"9c165da62aa507a247c3095651defe4714ed3233"},"previous_names":["pmwmedia/tinylog"],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinylog-org%2Ftinylog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinylog-org%2Ftinylog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinylog-org%2Ftinylog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinylog-org%2Ftinylog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinylog-org","download_url":"https://codeload.github.com/tinylog-org/tinylog/tar.gz/refs/heads/v2.8","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140760,"owners_count":22021219,"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":["android","java","jcl","kotlin","kotlin-library","logger","logging-library","scala","slf4j","tinylog"],"created_at":"2024-08-01T19:00:51.330Z","updated_at":"2025-05-14T12:09:35.648Z","avatar_url":"https://github.com/tinylog-org.png","language":"Java","funding_links":["https://github.com/sponsors/pmwmedia","https://paypal.me/tinylog"],"categories":["Table of Contents","日志库","Java"],"sub_categories":["Extensions"],"readme":"tinylog 2\n=========\n[![Build](https://github.com/tinylog-org/tinylog/actions/workflows/build.yaml/badge.svg?branch=v2.8\u0026event=push)](https://github.com/tinylog-org/tinylog/actions/workflows/build.yaml)\n[![Code Coverage](https://codecov.io/gh/tinylog-org/tinylog/branch/v2.8/graph/badge.svg)](https://app.codecov.io/gh/tinylog-org/tinylog/tree/v2.8)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.tinylog/tinylog-impl/badge.svg)](https://search.maven.org/search?q=g:org.tinylog)\n[![Percentage of issues still open](https://isitmaintained.com/badge/open/tinylog-org/tinylog.svg)](https://github.com/tinylog-org/tinylog/issues \"Percentage of issues still open\")\n\nExample\n-------\n\n```java\nimport org.tinylog.Logger;\n    \npublic class Application {\n\n    public static void main(String[] args) {\n        Logger.info(\"Hello {}!\", \"world\");\n    }\n\n}\n```\n\nOutputting log entries to the console and rolling log files via *tinylog.properties*\n\n```properties\nlevel            = INFO\n\nwriter1          = console\nwriter1.format   = {date: HH:mm:ss.SSS} {class}.{method}() {level}: {message}\n\nwriter2          = rolling file\nwriter2.file     = logs/{date: yyyy-MM-dd}/log_{count}.txt\nwriter2.policies = startup, daily: 03:00\nwriter2.format   = {date: HH:mm:ss} [{thread}] {level}: {message}\n```\n\nMore information about tinylog including a detailed user manual and the Javadoc documentation can be found on https://tinylog.org/v2/.\n\nContributing\n------------\n\nOn GitHub, issues and pull requests are always welcome :)\n\nFor building tinylog or contributing to this project, please take a look at [contributing.md](./contributing.md).\n\nLicense\n-------\n\nCopyright 2016-2025 Martin Winandy\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinylog-org%2Ftinylog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinylog-org%2Ftinylog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinylog-org%2Ftinylog/lists"}