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

de.bund.bva.isyfact.logging.config.IsyLoggingComponentLoggerProperties Maven / Gradle / Ivy

The newest version!
package de.bund.bva.isyfact.logging.config;

/**
 * Properties, die das Loggen an Komponentengrenzen konfigurieren.
 */
public class IsyLoggingComponentLoggerProperties extends AbstractBoundaryLoggerProperties {

    /**
     * Erzeugt eine neue Instanz der Konfigurationsparameter.
     */
    public IsyLoggingComponentLoggerProperties() {
        // Default-Werte setzen
        setPointcut("@within(de.bund.bva.isyfact.logging.annotation.Komponentengrenze)");
        setLoggeDauer(false);
        setLoggeAufruf(false);
        setLoggeErgebnis(false);
        setLoggeDaten(false);
        setLoggeDatenBeiException(false);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy