Class StartupLogCompressor

java.lang.Object
io.quarkus.deployment.console.StartupLogCompressor
All Implemented Interfaces:
Closeable, AutoCloseable, BiPredicate<String,Boolean>

public class StartupLogCompressor extends Object implements Closeable, BiPredicate<String,Boolean>
special filter that can be used to compress log messages to a status line

This is useful for Dev Services to show progress without cluttering up the logs