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

org.zalando.logbook.HttpLogFormatter Maven / Gradle / Ivy

package org.zalando.logbook;

import java.io.IOException;

public interface HttpLogFormatter {

    String format(final Precorrelation precorrelation) throws IOException;

    String format(final Correlation correlation) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy