Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBoundaryLoggerProperties - Class in de.bund.bva.isyfact.logging.config
-
Properties, die das Loggen an Aufrufgrenzen konfigurieren.
- AbstractBoundaryLoggerProperties() - Constructor for class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- AbstractIsyDatentypMarker - Class in de.bund.bva.isyfact.logging.impl
-
Abstrakte Implementierung eines Datentyp-Markers, das den Namen des Felds im Logeintrag auf
MarkerSchluessel.DATENTYPfestlegt. - AbstractIsyDatentypMarker(String) - Constructor for class de.bund.bva.isyfact.logging.impl.AbstractIsyDatentypMarker
-
Konstruktor für Datentyp-Marker.
- add(Marker) - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- addAll(Collection<Marker>) - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
-
Ergänze mehrere Referenzen zu anderen Markern.
- addAll(Collection<Marker>) - Method in interface de.bund.bva.isyfact.logging.IsyMarker
-
Ergänze mehrere Referenzen zu anderen Markern.
- afterPropertiesSet() - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Initialisierung des LogHelpers nachdem alle Properties gesetzt wurden.
- afterRequest(HttpServletRequest, String) - Method in class de.bund.bva.isyfact.logging.http.HttpHeaderNestedDiagnosticContextFilter
-
Removes the log message from the Slf4j MDC after the request is processed and logs the after-request message through SLF4J.
- AUFRUFPARAMETER - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Parameter eines geloggten Methodenaufruf.
- awfUndAfuKlassen() - Method in class de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect
B
- BeanConverter - Interface in de.bund.bva.isyfact.logging.util
-
Interface für BeanConverter zur Serialisierung von Beans bei der Logausgabe.
- BeanGroessePruefer - Class in de.bund.bva.isyfact.logging.util
-
Prüft Beans, die als Parameter automatisch an Komponenten- oder Außengrenzen des Systems ins Log geschrieben werden sollen, auf ihre potentielle Größe im Log.
- BeanGroessePruefer() - Constructor for class de.bund.bva.isyfact.logging.util.BeanGroessePruefer
- BeanToMapConverter - Class in de.bund.bva.isyfact.logging.util
-
Konverter, um ein Bean in eine Map umzuwandeln, die als Eingabe der Serialisierung in JSON dient.
- BeanToMapConverter(List<String>, List<String>) - Constructor for class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Konstruktor der Klasse.
- BeanToMapConverter.ConversionStyle - Enum Class in de.bund.bva.isyfact.logging.util
-
Enum zum bestimmen der Art in der die Verarbeitung einer Property stattfinden soll.
- beforeRequest(HttpServletRequest, String) - Method in class de.bund.bva.isyfact.logging.http.HttpHeaderNestedDiagnosticContextFilter
-
Logs the before-request message through Slf4j and adds a message the Slf4j MDC before the request is processed.
- boundaryLogAdvisorByAnnotation(IsyLoggingBoundaryLoggerProperties, LoggingMethodInterceptor) - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Advisor for logging at system boundaries.
- boundaryLogInterceptor(IsyLoggingBoundaryLoggerProperties) - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Interceptor for logging at system boundaries.
C
- componentLogAdvisorByAnnotation(IsyLoggingComponentLoggerProperties, LoggingMethodInterceptor) - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Advisor for logging at component boundaries.
- componentLogInterceptor(IsyLoggingComponentLoggerProperties) - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Interceptor for logging at component boundaries.
- contains(String) - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- contains(Marker) - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- convert(Object) - Method in interface de.bund.bva.isyfact.logging.util.BeanConverter
-
Konvertiert das übergebene Bean in eine Repräsentation, die direkt als Wert für einen Platzhalter in einer Logausgabe verwendet werden kann.
- convert(Object) - Method in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Konvertiert das übergebene Bean in eine Repräsentation, die direkt als Wert für einen Platzhalter in einer Logausgabe verwendet werden kann.
- createRootMarker() - Static method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
-
Erzeugt einen Root-Marker.
D
- DATENTYP - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Datentyp des Logeintrags.
- DAUER - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Dauer des Logeintrags.
- de.bund.bva.isyfact.logging - package de.bund.bva.isyfact.logging
-
Schnittstelle von isy-logging.
- de.bund.bva.isyfact.logging.annotation - package de.bund.bva.isyfact.logging.annotation
- de.bund.bva.isyfact.logging.autoconfigure - package de.bund.bva.isyfact.logging.autoconfigure
- de.bund.bva.isyfact.logging.config - package de.bund.bva.isyfact.logging.config
- de.bund.bva.isyfact.logging.exceptions - package de.bund.bva.isyfact.logging.exceptions
-
Exceptions, die durch isy-logging geworfen werden können.
- de.bund.bva.isyfact.logging.http - package de.bund.bva.isyfact.logging.http
-
Dieses Paket enthält die Klassen zur Verwendung mit Anwendungen, die den Aufrufkontext in Form von Http-Headern gesetzt bekommen.
- de.bund.bva.isyfact.logging.impl - package de.bund.bva.isyfact.logging.impl
-
Implementierung von isy-logging.
- de.bund.bva.isyfact.logging.layout - package de.bund.bva.isyfact.logging.layout
-
Spezifische Layouts von isy-logging.
- de.bund.bva.isyfact.logging.util - package de.bund.bva.isyfact.logging.util
-
Hilfsklassen, die in den nutzenden Anwendungen verwendet werden können, um Logeinträge einfacher zu erstellen.
- debug(IsyDatentypMarker, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- debug(IsyDatentypMarker, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags im Level 'Debug'.
- debug(String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags im Level 'Debug'.
- debug(String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags im Level 'Debug'.
- DEBUG_LOG_GEKUERZT - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Ersatz für gekürzte Felder in einer zu großen Log-Nachricht.
- DEBUG_LOGGE_DATEN - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Aufruf einer Methode inklusive Parameter.
- DEBUG_LOGGE_DATEN_GROESSE - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Hinweis auf das Aufrufen einer Methode mit einem zu großen Parameter.
- DEBUG_LOGGE_DATEN_PARAMETER_ZU_GROSS - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Ersatz für einen zu großen Parameter in Log-Ausgaben.
- debugFachdaten(String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, im Level 'Debug'.
- debugFachdaten(String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, im Level 'Debug'.
- determineConversionStyle(Object) - Method in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Bestimmung in welcher Form das übergebene Objekt serialisiert werden soll.
- doLayout(ILoggingEvent) - Method in class de.bund.bva.isyfact.logging.layout.IsyJsonLayout
- DsgvoArtikel9DatenMarker - Class in de.bund.bva.isyfact.logging.impl
E
- EISYLO01001 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Aufruf einer Methode.
- EISYLO01002 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Erfolgreiches Ende eines Methodenaufrufs.
- EISYLO01003 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Nicht erfolgreiches Ende eines Methodenaufrufs.
- EISYLO01004 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Erfolgreiches Ende eines Methodenaufrufs inklusive Dauer.
- EISYLO01005 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Nicht erfolgreiches Ende eines Methodenaufrufs inklusive Dauer.
- EISYLO01011 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Aufruf eines Nachbarsystems inklusive URL.
- EISYLO01012 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Erfolgreiches Ende eines Nachbarsystemaufrufs inklusive URL.
- EISYLO01013 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Nicht erfolgreiches Ende eines Nachbarsystemaufrufs inklusive URL.
- EISYLO01014 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Erfolgreiches Ende eines Nachbarsystemaufrufs inklusive URL und Dauer.
- EISYLO01015 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Nicht erfolgreiches Ende eines Nachbarsystemaufrufs inklusive URL und Dauer.
- EISYLO02001 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Starten des Spring-Application-Contexts mit Systemname, Systemart und auslösendes Spring-Event.
- EISYLO02002 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Stoppen des Spring-Application-Contexts mit Systemname, Systemart und auslösendes Spring-Event.
- EISYLO02003 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Version des Systems.
- EISYLO02004 - Enum constant in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Ausgabe eines Laufzeitparameters.
- entferneKorrelationsId() - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Entfernen der Korrelations-Id aus dem MDC.
- entferneKorrelationsIds() - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Entfernen aller Korrelations-Id aus dem MDC.
- entferneMarkerFachdaten() - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Entfernen des Markers "fachdaten" im MDC.
- equals(Object) - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- Ereignisschluessel - Enum Class in de.bund.bva.isyfact.logging.impl
-
Auflistung aller Standard-Logeinträge und deren Nachrichten, die in IsyFact-Logging genutzt werden.
- ERGEBNIS - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Ergebnis eines geloggten Methodenaufruf.
- ermittleAktuellenZeitpunkt() - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Helper method to obtain the current timestamp in milliseconds.
- error(IsyDatentypMarker, String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- error(IsyDatentypMarker, String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- error(IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(IsyDatentypMarker, String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- error(IsyDatentypMarker, String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(IsyDatentypMarker, String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- error(IsyDatentypMarker, String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- error(String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Error'.
- ERROR - Enum constant in enum class de.bund.bva.isyfact.logging.impl.LogErrorKategorie
-
Fehler, die zum Abbruch einer Operation geführt haben und behandelt (gefangen und nicht weitergereicht) wurden.
- errorFachdaten(String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- errorFachdaten(String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Error'.
- erstelleBeanConverter() - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Erstellt den BeanConverter, der für die Konvertierung von Beans für die Logausgabe verwendet wird.
- erstelleLogNachAufruf(boolean, long, Object[], Object) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInvoker
-
Erstellt die Logeinträge nach dem Aufruf der Methode.
- erstelleLogVorAuruf() - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInvoker
-
Erstellt die Logeinträge nach dem Aufruf der Methode.
- erstelleStandardKonverter() - Static method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Helper method for creating a BeanToMapConverter in case no converter was provided during the invocation of the constructor.
- EXCLUDED_VALUE - Static variable in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Der zu verwendende String für bei der Ausgabe eines excludierten Objects..
F
- FachdatenMarker - Class in de.bund.bva.isyfact.logging.impl
-
Datentyp-Marker für Fachdaten.
- FachdatenMarker() - Constructor for class de.bund.bva.isyfact.logging.impl.FachdatenMarker
-
Erzeugt einen Marker für Fachdaten.
- FALSCHES_LOGGING_FRAMEWORK - Static variable in class de.bund.bva.isyfact.logging.impl.FehlerSchluessel
-
Der Logger der bereitgestetllten SLF4J-Implementierung implementiert nicht das benötigte Inferface LocationAwareLogger.
- FALSE - Static variable in class de.bund.bva.isyfact.logging.util.LoggingKonstanten
-
Konstante für den Wahrheitswert 'false'.
- fatal(IsyDatentypMarker, String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- fatal(IsyDatentypMarker, String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- fatal(IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(IsyDatentypMarker, String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- fatal(IsyDatentypMarker, String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(IsyDatentypMarker, String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- fatal(IsyDatentypMarker, String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- fatal(String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Fatal'.
- FATAL - Enum constant in enum class de.bund.bva.isyfact.logging.impl.LogErrorKategorie
-
Schwerwiegende Fehler, von denen sich die Anwendung nicht erholen kann und beendet werden muss.
- fatalFachdaten(String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- fatalFachdaten(String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Fatal'.
- FEHLENDE_KONFIGURATION_JSON_LAYOUT - Static variable in class de.bund.bva.isyfact.logging.impl.FehlerSchluessel
-
Es wurde kein JsonFormatter für das JSON-Layout {0} konfiguriert.
- FEHLER_SERIALISIERUNG_AUFRUFPARAMETER - Static variable in class de.bund.bva.isyfact.logging.impl.FehlerSchluessel
-
Fehler bei der Serialisierung der Aufrufparameter.
- FEHLERHAFTER_EINTRAG_KEIN_SCHLUESSEL - Static variable in class de.bund.bva.isyfact.logging.impl.FehlerSchluessel
-
Beim Erstellen eines Logeintrags im Level {0} in Logger {1} wurde kein Schlüssel und keine Exception übergeben.
- FEHLERHAFTER_EINTRAG_KEINE_KATEGORIE - Static variable in class de.bund.bva.isyfact.logging.impl.FehlerSchluessel
-
Beim Erstellen eines Logeintrags im Level {0} in Logger {1} wurde keine Kategorie übergeben.
- FehlerhafterLogeintrag - Exception in de.bund.bva.isyfact.logging.exceptions
-
Exception zum Kennzeichnen das ein fehlerhafter Logeintrag erstellt werden sollte.
- FehlerhafterLogeintrag(String, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.FehlerhafterLogeintrag
-
Konstruktor der Klasse.
- FehlerhafterLogeintrag(String, Throwable, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.FehlerhafterLogeintrag
-
Konstruktor der Klasse.
- FehlerSchluessel - Class in de.bund.bva.isyfact.logging.impl
-
Fehlerschlüssel von Isy-Logging.
- fuehreMethodeAus(Object, Object...) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInvoker
-
Führt die Methode mit den übergebenen Parametern auf dem übergebenen Zielobjekt aus und erstellt die entsprechenden Logeinträge.
G
- getConverterExcludes() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- getConverterIncludes() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- getExcludes() - Method in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Liefert den Wert des Attributs 'excludes'.
- getIncludes() - Method in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Liefert den Wert des Attributs 'includes'.
- getKonverter() - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Returns the currents value of the attribute 'konverter'.
- getLogger() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Liefert den Wert des Attributs 'logger'.
- getLogger(Class<?>) - Static method in class de.bund.bva.isyfact.logging.IsyLoggerFactory
-
Erstellt einen Logger für die übergebene Klasse.
- getLogHelper() - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Liefert den Wert des Attributs 'logHelper'.
- getMaxLength() - Method in class de.bund.bva.isyfact.logging.layout.IsyJsonLayout
- getMessage(String, String...) - Method in class de.bund.bva.isyfact.logging.exceptions.IsyLoggingFehlertextProvider
-
liest Nachricht aus und ersetzt die Platzhalter durch die übergebenen Parameter.
- getNachricht() - Method in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Liefert den Wert des Attributs 'nachricht'.
- getName() - Method in class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- getName() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class de.bund.bva.isyfact.logging.http.HttpHeaderNestedDiagnosticContextFilter
-
Determine the message to be pushed onto the SLF4J nested diagnostic context.
- getPointcut() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- getTyp() - Method in class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- getValue() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
-
Liefert den Wert des Markers.
- getValue() - Method in interface de.bund.bva.isyfact.logging.IsyMarker
-
Liefert den Wert des Markers.
- getVersion() - Method in class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- getWert() - Method in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Liefert den Wert des Attributs 'wert'.
H
- hasChildren() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- hashCode() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- HASHCODE_KEY - Static variable in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Der zu verwendende String für die Ausgabe des HashCodes.
- hasReferences() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- HttpHeaderNestedDiagnosticContextFilter - Class in de.bund.bva.isyfact.logging.http
-
A servlet filter which reads the Correlation-ID from the http header
correlationIdHttpHeaderNameand makes it accessible to the logging framework. - HttpHeaderNestedDiagnosticContextFilter() - Constructor for class de.bund.bva.isyfact.logging.http.HttpHeaderNestedDiagnosticContextFilter
I
- IGNORE - Enum constant in enum class de.bund.bva.isyfact.logging.util.BeanToMapConverter.ConversionStyle
-
Die Property wird ignoriert.
- info(LogKategorie, IsyDatentypMarker, String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- info(LogKategorie, IsyDatentypMarker, String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- info(LogKategorie, IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, IsyDatentypMarker, String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- info(LogKategorie, IsyDatentypMarker, String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags im Level 'Info'.
- info(LogKategorie, IsyDatentypMarker, String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- info(LogKategorie, IsyDatentypMarker, String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags im Level 'Info'.
- info(LogKategorie, String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags im Level 'Info'.
- info(LogKategorie, String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- info(LogKategorie, String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Info'.
- infoFachdaten(LogKategorie, String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Info'.
- infoFachdaten(LogKategorie, String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Info'.
- infoFachdaten(LogKategorie, String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Info'.
- infoFachdaten(LogKategorie, String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Info'.
- infoFachdaten(LogKategorie, String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, im Level 'Info'.
- infoFachdaten(LogKategorie, String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, im Level 'Info'.
- infoFachdaten(LogKategorie, String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Info'.
- infoFachdaten(LogKategorie, String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Info'.
- INSTANZ - Static variable in class de.bund.bva.isyfact.logging.impl.DsgvoArtikel9DatenMarker
-
Ein Marker für Daten gem.
- INSTANZ - Static variable in class de.bund.bva.isyfact.logging.impl.PersonenbezogeneDatenMarker
-
Ein Marker für personenbezogene Daten.
- InterceptionFehler - Exception in de.bund.bva.isyfact.logging.exceptions
-
Fehler beim Abfangen einer Methode, um Logeinträge zu erzeugen.
- InterceptionFehler(String, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.InterceptionFehler
-
Konstruktor der Klasse.
- InterceptionFehler(String, Throwable, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.InterceptionFehler
-
Konstruktor der Klasse zum Erstellen einer Exception mit den übergebenen Parametern.
- invoke(MethodInvocation) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
- isDebugEnabled() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Prüft, ob das Log-Level 'Debug' aktiviert ist.
- isDebugEnabled() - Method in interface de.bund.bva.isyfact.logging.IsyLogger
-
Prüft, ob das Log-Level 'Debug' aktiviert ist.
- isErrorEnabled() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Prüft, ob das Log-Level 'Error' aktiviert ist.
- isErrorEnabled() - Method in interface de.bund.bva.isyfact.logging.IsyLogger
-
Prüft, ob das Log-Level 'Error' aktiviert ist.
- isFatalEnabled() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Prüft, ob das Log-Level 'Fatal' aktiviert ist.
- isFatalEnabled() - Method in interface de.bund.bva.isyfact.logging.IsyLogger
-
Prüft, ob das Log-Level 'Fatal' aktiviert ist.
- isInfoEnabled() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Prüft, ob das Log-Level 'Info' aktiviert ist.
- isInfoEnabled() - Method in interface de.bund.bva.isyfact.logging.IsyLogger
-
Prüft, ob das Log-Level 'Info' aktiviert ist.
- isLoggeAufruf() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- isLoggeDaten() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- isLoggeDatenBeiException() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- isLoggeDauer() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- isLoggeErgebnis() - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- isRootMarker() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
-
Isy-Logging verwendet einen "Wurzel-Marker" in dem weitere Marker gesammelt werden selbst aber keine relevanten Log-Informationen (Name/Wert) enthält.
- isRootMarker() - Method in interface de.bund.bva.isyfact.logging.IsyMarker
-
Isy-Logging verwendet einen "Wurzel-Marker" in dem weitere Marker gesammelt werden selbst aber keine relevanten Log-Informationen (Name/Wert) enthält.
- isTraceEnabled() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Prüft, ob das Log-Level 'Trace' aktiviert ist.
- isTraceEnabled() - Method in interface de.bund.bva.isyfact.logging.IsyLogger
-
Prüft, ob das Log-Level 'Trace' aktiviert ist.
- isWarnEnabled() - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Prüft, ob das Log-Level 'Warn' aktiviert ist.
- isWarnEnabled() - Method in interface de.bund.bva.isyfact.logging.IsyLogger
-
Prüft, ob das Log-Level 'Warn' aktiviert ist.
- IsyDatentypMarker - Interface in de.bund.bva.isyfact.logging
-
Marker zum Kennzeichnen von Logeinträgen mit Typisierung ("Datentyp-Marker").
- IsyJacksonJsonFormatter - Class in de.bund.bva.isyfact.logging.layout
-
Erweiterung des JacksonJsonFormatters, um IsyLogging erweiterte Konfigurationsmöglichkeiten bereitzustellen.
- IsyJacksonJsonFormatter() - Constructor for class de.bund.bva.isyfact.logging.layout.IsyJacksonJsonFormatter
-
Konstruktor der Klasse.
- IsyJsonLayout - Class in de.bund.bva.isyfact.logging.layout
-
Logback layout for formatting log entries as JSON.
- IsyJsonLayout() - Constructor for class de.bund.bva.isyfact.logging.layout.IsyJsonLayout
-
Class constructor.
- IsyLocationAwareLoggerImpl - Class in de.bund.bva.isyfact.logging.impl
-
Standardimplementierung des Loggers der IsyFact.
- IsyLocationAwareLoggerImpl(LocationAwareLogger) - Constructor for class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Konstruktor der Klasse.
- IsyLogger - Interface in de.bund.bva.isyfact.logging
-
Interface zum Erstellen beliebiger Logeinträge.
- IsyLoggerFachdaten - Interface in de.bund.bva.isyfact.logging
-
Interface zum Erstellen von Logeinträgen, die Fachdaten enthalten.
- IsyLoggerFactory - Class in de.bund.bva.isyfact.logging
-
Spezifische Logger-Factory gemäß des Bausteins IsyFact-Logging.
- IsyLoggerStandard - Interface in de.bund.bva.isyfact.logging
-
Interface zum Erstellen von Standard-Logeinträgen.
- IsyLoggerTypisiert - Interface in de.bund.bva.isyfact.logging
-
Interface zum Erstellen von typisierten Logeinträgen.
- isyLoggingApplicationLoggerProperties() - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Creates a bean for the configuration parameters of the application logger.
- IsyLoggingApplicationLoggerProperties - Class in de.bund.bva.isyfact.logging.config
-
Properties für die Konfiguration des Application-Loggers von Isy-Logging.
- IsyLoggingApplicationLoggerProperties() - Constructor for class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- IsyLoggingAutoConfiguration - Class in de.bund.bva.isyfact.logging.autoconfigure
-
Spring autoconfiguration for including the isy-logging library in the Spring context.
- IsyLoggingAutoConfiguration() - Constructor for class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
- isyLoggingBoundaryLoggerProperties() - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Creates a bean for the boundary logger configuration parameters.
- IsyLoggingBoundaryLoggerProperties - Class in de.bund.bva.isyfact.logging.config
-
Properties, die das Loggen an Systemgrenzen konfigurieren.
- IsyLoggingBoundaryLoggerProperties() - Constructor for class de.bund.bva.isyfact.logging.config.IsyLoggingBoundaryLoggerProperties
-
Erzeugt eine neue Instanz der Konfigurationsparameter.
- isyLoggingComponentLoggerProperties() - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Creates a bean for the configuration parameters of the component logger.
- IsyLoggingComponentLoggerProperties - Class in de.bund.bva.isyfact.logging.config
-
Properties, die das Loggen an Komponentengrenzen konfigurieren.
- IsyLoggingComponentLoggerProperties() - Constructor for class de.bund.bva.isyfact.logging.config.IsyLoggingComponentLoggerProperties
-
Erzeugt eine neue Instanz der Konfigurationsparameter.
- IsyLoggingFehlertextProvider - Class in de.bund.bva.isyfact.logging.exceptions
-
FehlertextProvider für IsyLogging, um die bibliotheksspezifischen Fehlermeldungen aufzulösen.
- IsyLoggingFehlertextProvider() - Constructor for class de.bund.bva.isyfact.logging.exceptions.IsyLoggingFehlertextProvider
- IsyMarker - Interface in de.bund.bva.isyfact.logging
-
Marker zum Kennzeichnen von Logeinträgen mit definierten Attributen.
- IsyMarkerImpl - Class in de.bund.bva.isyfact.logging.impl
-
Standardimplementierung des IsyMarker-Interface.
- IsyMarkerImpl(MarkerSchluessel, String) - Constructor for class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
-
Konstruktor der Klasse.
- IsyPerformanceLoggingAutoConfiguration - Class in de.bund.bva.isyfact.logging.autoconfigure
- IsyPerformanceLoggingAutoConfiguration() - Constructor for class de.bund.bva.isyfact.logging.autoconfigure.IsyPerformanceLoggingAutoConfiguration
- iterator() - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
J
- JOURNAL - Enum constant in enum class de.bund.bva.isyfact.logging.LogKategorie
-
Informationen zu Systemzustand, Systemereignissen und durchgeführten Operationen.
K
- KATEGORIE - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Kategorie des Logeintrags.
- Komponentengrenze - Annotation Interface in de.bund.bva.isyfact.logging.annotation
-
Diese Annotation kennzeichnet eine Komponentengrenze, an der die Bean
componentLogInterceptorloggt.
L
- liesKorrelationsId() - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Lesen der kompletten Korrelations-Id aus dem MDC.
- liesMarkerFachdaten() - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Lesen des Attributs "fachdaten" aus dem MDC.
- Log - Annotation Interface in de.bund.bva.isyfact.logging.util
-
Diese Annotation wird bereitgestellt, um die Konfiguration des LoggingMethodInterceptors zu erleichtern.
- LOG_INTERCEPTOR_FEHLER_BEI_AUFRUF - Static variable in class de.bund.bva.isyfact.logging.impl.FehlerSchluessel
-
Fehler beim Aufruf der Methode {0} durch den Log-Interceptor.
- LogApplicationListener - Class in de.bund.bva.isyfact.logging.util
-
Spring-ApplicationListener zum Loggen von Änderungen des Systemzustands.
- LogApplicationListener(String, String, String) - Constructor for class de.bund.bva.isyfact.logging.util.LogApplicationListener
-
Erzeugt einen neuen LogApplicationListener.
- LogErrorKategorie - Enum Class in de.bund.bva.isyfact.logging.impl
-
Internes Enum für Log-Kategorien des Log-Level 'Error'.
- loggeAufruf(IsyLogger, Method) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Creates a log entry for the invocation of the passed in method.
- loggeDauer(IsyLogger, Method, long, boolean) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Logs the duration of a method invocation and creates a corresponding log entry.
- loggeDauer(ProceedingJoinPoint) - Method in class de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect
- loggeErgebnis(IsyLogger, Method, boolean, Object[], Object) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Creates a log entry for the result of the passed in method's invocation.
- loggeNachbarsystemAufruf(IsyLogger, Method, String, String) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Creates a log entry for the method invocation of an adjacent system.
- loggeNachbarsystemDauer(IsyLogger, Method, long, String, String, boolean) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Logs the duration of a method invocation of an adjacent system and creates a corresponding log entry.
- loggeNachbarsystemErgebnis(IsyLogger, Method, String, String, boolean) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Creates a log entry for the result of the passed in method's invocation.
- LoggingKonstanten - Class in de.bund.bva.isyfact.logging.util
-
Konstantenklasse zur Verwaltung gemeinsam genutzer Konstanten von isy-logging.
- LoggingKonstanten() - Constructor for class de.bund.bva.isyfact.logging.util.LoggingKonstanten
- LoggingMethodInterceptor - Class in de.bund.bva.isyfact.logging.util
-
Dieser Interceptor ermöglicht es, standardisierte Logeinträge bei Aufrufen von Methoden an System und Komponentengrenzen zu erstellen.
- LoggingMethodInterceptor() - Constructor for class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Standardkonstruktor.
- LoggingMethodInterceptor(List<String>, List<String>) - Constructor for class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Konstruktor der Klasse.
- LoggingMethodInvoker<T> - Class in de.bund.bva.isyfact.logging.util
-
Hilfsklasse zum Aufruf von Methoden per Reflection und dem gleichzeitigen erstellen standardisierter Logeinträge.
- LoggingMethodInvoker(Method, IsyLogger, boolean, boolean, boolean, boolean, boolean, long) - Constructor for class de.bund.bva.isyfact.logging.util.LoggingMethodInvoker
-
Konstruktor der Klasse für den Aufruf einer Methode.
- LoggingMethodInvoker(Method, IsyLogger, boolean, boolean, boolean, boolean, boolean, long, String, String) - Constructor for class de.bund.bva.isyfact.logging.util.LoggingMethodInvoker
-
Konstruktor der Klasse für den Aufruf einer Methode eines Nachbarsystems.
- LoggingTechnicalRuntimeException - Exception in de.bund.bva.isyfact.logging.exceptions
-
Oberklasse aller TechnicalRuntimeExceptions der Bibliothek.
- LoggingTechnicalRuntimeException(String, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.LoggingTechnicalRuntimeException
-
Konstruktor der Klasse zum Erstellen einer Exception mit den übergebenen Parametern.
- LoggingTechnicalRuntimeException(String, Throwable, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.LoggingTechnicalRuntimeException
-
Konstruktor der Klasse zum Erstellen einer Exception mit den übergebenen Parametern.
- LogHelper - Class in de.bund.bva.isyfact.logging.util
-
Helper class for creating log entries.
- LogHelper(boolean, boolean, boolean, boolean, boolean, long) - Constructor for class de.bund.bva.isyfact.logging.util.LogHelper
-
Constructor of the class.
- LogHelper(boolean, boolean, boolean, boolean, boolean, long, BeanConverter) - Constructor for class de.bund.bva.isyfact.logging.util.LogHelper
-
Constructor of the class.
- LogKategorie - Enum Class in de.bund.bva.isyfact.logging
-
Kategorie des Logeintrags.
- LogKonfigurationFehler - Exception in de.bund.bva.isyfact.logging.exceptions
-
Fehler in der Konfiguration des Loggings.
- LogKonfigurationFehler(String, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.LogKonfigurationFehler
-
Konstruktor der Klasse.
M
- MarkerSchluessel - Enum Class in de.bund.bva.isyfact.logging.impl
-
Auflistung aller Schlüssel (Namen) für Marker.
- MDC_FACHDATEN - Static variable in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Konstante des Schlüssels der Korrelations-ID im MDC.
- MDC_KORRELATIONS_ID - Static variable in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Konstante des Schlüssels der Korrelations-ID im MDC.
- MdcFilterAutoConfiguration - Class in de.bund.bva.isyfact.logging.autoconfigure
-
The MDC filter is a servlet filter and therefore may only be created in servlet web applications.
- MdcFilterAutoConfiguration() - Constructor for class de.bund.bva.isyfact.logging.autoconfigure.MdcFilterAutoConfiguration
- MdcHelper - Class in de.bund.bva.isyfact.logging.util
-
Hilfsklasse zum Zugriff auf den MDC.
- METHODE - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Methode eines geloggten Methodenaufruf.
- METRIK - Enum constant in enum class de.bund.bva.isyfact.logging.LogKategorie
-
Kennzahlen zum Systembetrieb und zur Systemnutzung.
N
- NULL_STRING - Static variable in class de.bund.bva.isyfact.logging.util.BeanToMapConverter
-
Der zu verwendende String für Null-Werte.
O
- onApplicationEvent(ApplicationEvent) - Method in class de.bund.bva.isyfact.logging.util.LogApplicationListener
P
- performanceLogAdvisor(LoggingMethodInterceptor) - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyPerformanceLoggingAutoConfiguration
- PerformanceLogging - Annotation Interface in de.bund.bva.isyfact.logging.annotation
-
Annotation zur Kennzeichnung von Methoden, die vom Performance-Logging geloggt werden sollen.
- PerformanceLoggingAspect - Class in de.bund.bva.isyfact.logging.util
-
AspectJ-Aspect zum Logging von AWF- und AFU-Klassen, die nicht public sind und deshalb nicht über Spring AOP geloggt werden können.
- PerformanceLoggingAspect() - Constructor for class de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect
- performanceLogInterceptor() - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyPerformanceLoggingAutoConfiguration
- PersonenbezogeneDatenMarker - Class in de.bund.bva.isyfact.logging.impl
- PROFILING - Enum constant in enum class de.bund.bva.isyfact.logging.LogKategorie
-
Informationen zum Laufzeitverhalten des Systems.
- pruefeGroesse(Object, Long) - Method in class de.bund.bva.isyfact.logging.util.BeanGroessePruefer
-
Prüft die Größe eines Log-Parameters gegen einen Maximalwert.
- pushKorrelationsId(String) - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Hinzufügen der Korrelations-Id im Kontext.
R
- RECURSIVE - Enum constant in enum class de.bund.bva.isyfact.logging.util.BeanToMapConverter.ConversionStyle
-
Die Property wird rekursiv durchlaufen.
- remove(Marker) - Method in class de.bund.bva.isyfact.logging.impl.IsyMarkerImpl
- ROOTMARKER - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Rootmarker, zur Sammlung weitere Marker.
S
- SCHLUESSEL - Enum constant in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Schlüssel des Logeintrags.
- SerialisierungException - Exception in de.bund.bva.isyfact.logging.exceptions
-
Fehler bei der Serialisierung von Objekten im Rahmen des Loggings.
- SerialisierungException(String, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.SerialisierungException
-
Konstruktor der Klasse.
- SerialisierungException(String, Throwable, String...) - Constructor for exception de.bund.bva.isyfact.logging.exceptions.SerialisierungException
-
Konstruktor der Klasse zum Erstellen einer Exception mit den übergebenen Parametern.
- setApplicationContext(ApplicationContext) - Method in class de.bund.bva.isyfact.logging.util.LogApplicationListener
- setConverterExcludes(List<String>) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setConverterIncludes(List<String>) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setCorrelationIdHttpHeaderName(String) - Method in class de.bund.bva.isyfact.logging.http.HttpHeaderNestedDiagnosticContextFilter
-
Sets the name of the http header with the Correlation-ID.
- setKonverter(BeanToMapConverter) - Method in class de.bund.bva.isyfact.logging.util.LogHelper
-
Sets the value for the attribute 'konverter'.
- setLoggeAufruf(boolean) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setLoggeAufruf(boolean) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Setzt den Wert des Attributs 'loggeAufruf'.
- setLoggeDaten(boolean) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setLoggeDaten(boolean) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Setzt den Wert des Attributs 'loggeDaten'.
- setLoggeDatenBeiException(boolean) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setLoggeDatenBeiException(boolean) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Setzt den Wert des Attributs 'loggeDatenBeiException'.
- setLoggeDauer(boolean) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setLoggeDauer(boolean) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Setzt den Wert des Attributs 'loggeDauer'.
- setLoggeErgebnis(boolean) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setLoggeErgebnis(boolean) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Setzt den Wert des Attributs 'loggeErgebnis'.
- setLoggeMaximaleParameterGroesse(long) - Method in class de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
-
Setzt den Wert des Attributs 'loggeMaximaleParameterGroesse'.
- setMaxLength(int) - Method in class de.bund.bva.isyfact.logging.layout.IsyJsonLayout
- setName(String) - Method in class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- setPointcut(String) - Method in class de.bund.bva.isyfact.logging.config.AbstractBoundaryLoggerProperties
- setTyp(String) - Method in class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- setVersion(String) - Method in class de.bund.bva.isyfact.logging.config.IsyLoggingApplicationLoggerProperties
- setzeMarkerFachdaten(boolean) - Static method in class de.bund.bva.isyfact.logging.util.MdcHelper
-
Hilfsmethode zum Setzen des Markers "fachdaten" im MDC.
- SICHERHEIT - Enum constant in enum class de.bund.bva.isyfact.logging.LogKategorie
-
(Potentieller) Angriffsversuch.
- statusLogger(IsyLoggingApplicationLoggerProperties) - Method in class de.bund.bva.isyfact.logging.autoconfigure.IsyLoggingAutoConfiguration
-
Listener for logging during startup/shutdown.
- Systemgrenze - Annotation Interface in de.bund.bva.isyfact.logging.annotation
-
Diese Annotation kennzeichnet eine Systemgrenze, an der die Bean
boundaryLogInterceptorloggt.
T
- TechnikdatenMarker - Class in de.bund.bva.isyfact.logging.impl
-
Datentyp-Marker für Technikdaten.
- TechnikdatenMarker() - Constructor for class de.bund.bva.isyfact.logging.impl.TechnikdatenMarker
-
Erzeugt einen Marker für Technikdaten.
- toJsonMap(ILoggingEvent) - Method in class de.bund.bva.isyfact.logging.layout.IsyJsonLayout
- TOSTRING - Enum constant in enum class de.bund.bva.isyfact.logging.util.BeanToMapConverter.ConversionStyle
-
Auf der Property wird die "toString-Methode" aufgerufen.
- trace(IsyDatentypMarker, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- trace(IsyDatentypMarker, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags im Level 'Trace'.
- trace(String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags im Level 'Trace'.
- trace(String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags im Level 'Trace'.
- traceFachdaten(String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, im Level 'Trace'.
- traceFachdaten(String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, im Level 'Trace'.
- TRUE - Static variable in class de.bund.bva.isyfact.logging.util.LoggingKonstanten
-
Konstante für den Wahrheitswert 'true'.
V
- valueOf(String) - Static method in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.bund.bva.isyfact.logging.impl.LogErrorKategorie
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.bund.bva.isyfact.logging.LogKategorie
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.bund.bva.isyfact.logging.util.BeanToMapConverter.ConversionStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.bund.bva.isyfact.logging.impl.Ereignisschluessel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.bund.bva.isyfact.logging.impl.LogErrorKategorie
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.bund.bva.isyfact.logging.impl.MarkerSchluessel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.bund.bva.isyfact.logging.LogKategorie
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.bund.bva.isyfact.logging.util.BeanToMapConverter.ConversionStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- warn(IsyDatentypMarker, String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- warn(IsyDatentypMarker, String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- warn(IsyDatentypMarker, String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(IsyDatentypMarker, String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- warn(IsyDatentypMarker, String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags im Level 'Warn'.
- warn(IsyDatentypMarker, String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
- warn(IsyDatentypMarker, String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerTypisiert
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags im Level 'Warn'.
- warn(String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags im Level 'Warn'.
- warn(String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warn(String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerStandard
-
Erstellung eines Logeintrags zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, BaseException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, BaseException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, TechnicalRuntimeException, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, TechnicalRuntimeException, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, String, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, String, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, String, Throwable, Object...) - Method in class de.bund.bva.isyfact.logging.impl.IsyLocationAwareLoggerImpl
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
- warnFachdaten(String, String, Throwable, Object...) - Method in interface de.bund.bva.isyfact.logging.IsyLoggerFachdaten
-
Erstellung eines Logeintrags, der fachliche Daten enthält, zu einer aufgetretenen Exception im Level 'Warn'.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form