All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.kronicle.testutils.SimplifiedLogEvent Maven / Gradle / Ivy

Go to download

Kronicle tests-utils library that contains helper classes for testing Kronicle and its plugins

There is a newer version: 0.1.331
Show newest version
package tech.kronicle.testutils;

import ch.qos.logback.classic.Level;
import lombok.Value;

@Value
public class SimplifiedLogEvent {

    Level level;
    String formattedMessage;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy