io.quarkiverse.loggingjson.JsonFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkiverse-logging-json Show documentation
Show all versions of quarkiverse-logging-json Show documentation
Logging in json with support for custom fields
package io.quarkiverse.loggingjson;
import java.io.IOException;
public interface JsonFactory {
JsonGenerator createGenerator(StringBuilderWriter writer) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy