Bitryon Logger Docs
GitHub
Get Started

Installation

Requirements

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

Maven

<dependency>
  <groupId>io.bitryon</groupId>
  <artifactId>bitryon-logger</artifactId>
  <version>1.0.74</version>
  <!-- https://repo1.maven.org/maven2/io/bitryon/bitryon-logger -->
</dependency>
<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:1.0.74")
    implementation("io.bitryon:bitryon-logger-spring-boot-starter:1.0.74")
}

Stack view

Sign-in portal and Upload logs

NoteRead examples for how to configurate sanitizers and app node before launch the application