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

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

package de.bund.bva.isyfact.logging.config;

/**
 * Properties, die das Loggen an Systemgrenzen konfigurieren.
 */
public class IsyLoggingBoundaryLoggerProperties extends AbstractBoundaryLoggerProperties {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy