Logging Framework

Loggy4J

Lightning fast, non-blocking disk writes and customizable console formatting.

groupId: xyz.cuddlecloudartifactId: loggy4jversion: 1.0.0
Maven Installationpom.xml
pom.xml
<repositories>
  <repository>
    <id>cuddlecloud</id>
    <url>https://libraries.cuddlecloud.xyz/repository/cuddlecloud/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>xyz.cuddlecloud</groupId>
    <artifactId>loggy4j</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>

A lightweight, asynchronous logging framework for modern applications.

</>Usage Examples

How to use Loggy4J

Practical code examples to help you get started quickly.

Log Info
import xyz.cuddlecloud.loggy4j.Loggy;

Loggy.info("Hello world from Loggy!");
Logging

Keep track of everything.

Zero performance impact logging.

Async Writes

Never block the main thread.