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

org.springframework.social.partnercenter.http.logging.HttpRequestLogger Maven / Gradle / Ivy

package org.springframework.social.partnercenter.http.logging;

import java.time.Instant;

import org.springframework.http.HttpRequest;

public interface HttpRequestLogger {
	void logDedug(Instant startTime, HttpRequest request, byte[] body);

	void logInfo(Instant startTime, HttpRequest request, byte[] body);

	void logWarning(Instant startTime, HttpRequest request, byte[] body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy