{"id":37030001,"url":"https://github.com/launchdarkly/java-logging","last_synced_at":"2026-01-14T03:38:18.813Z","repository":{"id":37531792,"uuid":"447005563","full_name":"launchdarkly/java-logging","owner":"launchdarkly","description":"Logging abstraction used by LaunchDarkly Java-based libraries","archived":false,"fork":false,"pushed_at":"2025-04-29T16:27:57.000Z","size":157,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-05-23T12:42:24.036Z","etag":null,"topics":["feature-flags","feature-toggles","launchdarkly","launchdarkly-sdk","launchdarkly-sdk-component","managed-by-terraform"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchdarkly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-11T22:51:49.000Z","updated_at":"2025-04-29T16:28:00.000Z","dependencies_parsed_at":"2025-04-29T14:38:08.405Z","dependency_job_id":null,"html_url":"https://github.com/launchdarkly/java-logging","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/launchdarkly/java-logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fjava-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fjava-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fjava-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fjava-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchdarkly","download_url":"https://codeload.github.com/launchdarkly/java-logging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fjava-logging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["feature-flags","feature-toggles","launchdarkly","launchdarkly-sdk","launchdarkly-sdk-component","managed-by-terraform"],"created_at":"2026-01-14T03:38:17.877Z","updated_at":"2026-01-14T03:38:18.797Z","avatar_url":"https://github.com/launchdarkly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaunchDarkly Logging API for Java\n\n[![Circle CI](https://circleci.com/gh/launchdarkly/java-logging.svg?style=shield)](https://circleci.com/gh/launchdarkly/java-logging)\n[![Javadocs](http://javadoc.io/badge/com.launchdarkly/launchdarkly-logging.svg)](http://javadoc.io/doc/com.launchdarkly/launchdarkly-logging)\n\nThis package provides a basic logging abstraction that is used by other LaunchDarkly Java libraries, including the LaunchDarkly [server-side Java SDK](https://github.com/launchdarkly/dotnet-java-sdk) and [Android SDK](https://github.com/launchdarkly/android-client-sdk). It can be connected to other logging frameworks with a simple adapter interface.\n\nFor more information and examples, see the [API documentation](https://javadoc.io/doc/com.launchdarkly/launchdarkly-logging).\n\n## Supported Java versions\n\nThis version of the library works with Java 8 and above, or Android.\n\n## Contributing\n\nSee [Contributing](https://github.com/launchdarkly/java-sdk-common/blob/master/CONTRIBUTING.md).\n\n## About LaunchDarkly\n \n* LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard.  With LaunchDarkly, you can:\n    * Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.\n    * Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).\n    * Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.\n    * Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.\n* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/docs) for a complete list.\n* Explore LaunchDarkly\n    * [launchdarkly.com](https://www.launchdarkly.com/ \"LaunchDarkly Main Website\") for more information\n    * [docs.launchdarkly.com](https://docs.launchdarkly.com/  \"LaunchDarkly Documentation\") for our documentation and SDK reference guides\n    * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/  \"LaunchDarkly API Documentation\") for our API documentation\n    * [blog.launchdarkly.com](https://blog.launchdarkly.com/  \"LaunchDarkly Blog Documentation\") for the latest product updates\n    * [Feature Flagging Guide](https://github.com/launchdarkly/featureflags/  \"Feature Flagging Guide\") for best practices and strategies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fjava-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchdarkly%2Fjava-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fjava-logging/lists"}