Logging verbosely into a ring buffer?

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mulog

    μ/log is a micro-logging library that logs events and data, not words!

  • Guava

    Google core libraries for Java

  • A ring buffer actually would be a very poor choice for what you are trying to do. Ring Buffers are great because they are fast but but but they require preallocation as well as mutability. Otherwise the performance benefits vs say a normal EvictingQueue are not realized.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • blacklite

    "Fast as internal ring buffer" Logback/Log4J2 appender using SQLite with zstandard dictionary compression and rollover.

  • You might be looking for blacklite - https://github.com/tersesystems/blacklite

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts