tech.kronicle.testutils.SimplifiedLogEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kronicle-test-utils Show documentation
Show all versions of kronicle-test-utils Show documentation
Kronicle tests-utils library that contains helper classes for testing Kronicle and its plugins
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