
org.zalando.logbook.servlet.Attributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logbook-servlet Show documentation
Show all versions of logbook-servlet Show documentation
Servlet 3 filter for HTTP request and response logging
package org.zalando.logbook.servlet;
import org.zalando.logbook.Logbook;
final class Attributes {
static final String CORRELATOR = Logbook.class.getName() + ".CORRELATOR";
Attributes() {
// package private so we can trick code coverage
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy