Bitryon Logger Docs
GitHub
Get Started

Installation

Add the library to your build, confirm requirements, and run a small verification.

Requirements

  • Java 9 or newer
  • Spring 3 or newer (optional)
  • Maven 3.9+ or Gradle 8+

Maven

<dependency>
  <groupId>io.bitryon</groupId>
  <artifactId>bitryon-logger-spring-boot-starter</artifactId>
  <version>1.0.74</version>
  <!-- https://repo1.maven.org/maven2/io/bitryon/bitryon-logger-spring-boot-starter -->
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("io.bitryon:bitryon-logger-spring-boot-starter:1.0.74")
}
NoteRead examples for how to configurate sanitizers and app node before launch the application.