{"id":23244664,"url":"https://github.com/bytemechanics/fluent-logger","last_synced_at":"2025-08-11T21:46:08.058Z","repository":{"id":26981198,"uuid":"112016503","full_name":"bytemechanics/fluent-logger","owner":"bytemechanics","description":"Simple logging abstraction with standard java logging system","archived":false,"fork":false,"pushed_at":"2022-01-04T16:57:10.000Z","size":604,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T06:24:24.535Z","etag":null,"topics":["java","library","logging"],"latest_commit_sha":null,"homepage":"https://fluent-logger.bytemechanics.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/bytemechanics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2017-11-25T16:03:34.000Z","updated_at":"2021-12-19T11:40:35.000Z","dependencies_parsed_at":"2022-08-07T12:01:23.447Z","dependency_job_id":null,"html_url":"https://github.com/bytemechanics/fluent-logger","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytemechanics%2Ffluent-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytemechanics%2Ffluent-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytemechanics%2Ffluent-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytemechanics%2Ffluent-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytemechanics","download_url":"https://codeload.github.com/bytemechanics/fluent-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"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":["java","library","logging"],"created_at":"2024-12-19T07:10:12.510Z","updated_at":"2025-04-06T00:16:40.225Z","avatar_url":"https://github.com/bytemechanics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fluent Logger\n[![Latest version](https://maven-badges.herokuapp.com/maven-central/org.bytemechanics/fluent-logger/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.bytemechanics/fluent-logger/badge.svg)\n[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=org.bytemechanics%3Afluent-logger\u0026metric=alert_status)](https://sonarcloud.io/dashboard/index/org.bytemechanics%3Afluent-logger)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=org.bytemechanics%3Afluent-logger\u0026metric=coverage)](https://sonarcloud.io/dashboard/index/org.bytemechanics%3Afluent-logger)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nSimple logging abstraction with standard java logging system\n\n## Motivation\nSimplify parameter replacement in logging messages in order to avoid message processing if logger is not enabled\n\n## Quick start\n(Please read our [Javadoc](https://fluent-logger.bytemechanics.org/javadoc/index.html) for further information)\n1. First of all include the Jar file in your compile and execution classpath.\n**Maven**\n```Maven\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003eorg.bytemechanics\u003c/groupId\u003e\n\t\t\u003cartifactId\u003efluent-logger\u003c/artifactId\u003e\n\t\t\u003cversion\u003eX.X.X\u003c/version\u003e\n\t\u003c/dependency\u003e\n```\n**Graddle**\n```Gradle\ndependencies {\n    compile 'org.bytemechanics:fluent-logger:X.X.X'\n}\n```\n1. Get logger instance\n```Java\npackage mypackage;\nimport org.bytemechanics.fluentlogger.FluentLogger;\npublic class MyClass{\n\tprivate static final FluentLogger logger=FluentLogger.getLogger(MyClass.class);\n}\n```\n1. Write a log\n```Java\nlogger.trace(\"myMessage {} with {}\",\"param1\",2,exception);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytemechanics%2Ffluent-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytemechanics%2Ffluent-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytemechanics%2Ffluent-logger/lists"}