flogger VS microprofile-config

Compare flogger vs microprofile-config and see what are their differences.

flogger

A Fluent Logging API for Java (by google)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
flogger microprofile-config
5 4
1,449 204
0.4% 0.0%
6.4 6.5
2 months ago 3 months ago
Java Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

flogger

Posts with mentions or reviews of flogger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.

microprofile-config

Posts with mentions or reviews of microprofile-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • slf4j or System.Logger?
    5 projects | /r/java | 6 Jul 2023
    There are a lot of great config libraries, you should also take a look at such as smallrye-config. I am trying to make my library compatible with microprofile-config but there are some fundamental differences.
  • Externalized Properties for the JVM
    4 projects | /r/java | 1 Nov 2021
    You might have a look at MicroProfile Config as well.
  • JProperties: A modern replacement for java.util.Properties
    6 projects | /r/java | 28 Oct 2021
    Now you might be tempted to say well we just need a System.getProperties replacement. A SLF4J of properties config. Perhaps one that uses the ServiceLoader. And indeed microprofile config somewhat solves that problem. The problem is of course is backward compatibility (replacing all the old libraries uses of system properties of which you might not be able to) and of course that config facade adds a dependency.
  • How to create a ConfigSource for Quarkus that knows about existing properties
    1 project | /r/java | 23 Mar 2021
    Quarkus is internally using the SmallRye implementation of Eclipse MicroProfile Config (MP-Config). MP-Config allows to add so called Configuration Sources, that allow to supply config objects in a programmable way from e.g. a file in a strange format or perhaps even from a central repository. This brief post describes how to create a ConfigSource for Quarkus that knows about existing properties

What are some alternatives?

When comparing flogger and microprofile-config you can also consider the following projects:

Logback - The reliable, generic, fast and flexible logging framework for Java.

archaius - Library for configuration management API

Apache Log4j 2 - Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.

gestalt - A Java configuration library that allows you to build your configurations from multiple sources, merges them and convert them into an easy-to-use typesafe configuration class. A simple but powerful interface allows you to navigate to a path within your configurations and retrieve a configuration object, list, or a primitive value.

slf4j-jdk-platform-logging - slf4j 1.7x JDK platform logging

externalized-properties - A lightweight and extensible library to resolve application properties from various external sources.

p6spy - P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.

yaslf4j - yet another simple logging facade for java

jproperties - An efficient, up-to-date reader/writer for Java properties files

config - configuration library for JVM languages using HOCON files