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

org.pepsoft.util.mdc.MDCContextProvider Maven / Gradle / Ivy

The newest version!
package org.pepsoft.util.mdc;

import org.slf4j.MDC;

import java.util.Map;

/**
 * A provider of {@link MDC} diagnostic context maps.
 */
public interface MDCContextProvider {
    /**
     * Get the diagnostic context map. May be {@code null}.
     */
    Map getMdcContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy