DebugTargetCfgDefn_de.properties revision 2c8454e288252bcfa5e77ea3d35bfed05266b869
user-friendly-name=Debug Target
user-friendly-plural-name=Debug Targets
synopsis=Debug Targets definieren welchen Typ von Nachrichten ein debug logPublisher in die Log Datei geschrieben werden.
description=Debug Targets erlauben eine sehr granularen Kontrolle \u00fcber das Loggen von Nachrichten. Diese k\u00f6nnen auf Basis von Paket, Klasse, oder Methode der generierten Nachricht definiert werden. Jeder Debug Target Konfigurationseintrag ist auf einem RDN unter "cn=Debug Target" genau unter dem ds-cfg-debug-log-publisher Eintrag angesiedelt.
property.debug-category.synopsis=Specifies the debug message categories to be logged.
property.debug-category.default-behavior.alias.synopsis=Messages with any category are logged if they have a sufficient debug level.
property.debug-category.syntax.enumeration.value.caught.synopsis=Exception caught
property.debug-category.syntax.enumeration.value.constructor.synopsis=Constructor entry
property.debug-category.syntax.enumeration.value.data.synopsis=Raw data dump
property.debug-category.syntax.enumeration.value.database-access.synopsis=Zugriff auf eine Backend Datenbank.
property.debug-category.syntax.enumeration.value.enter.synopsis=Method entry
property.debug-category.syntax.enumeration.value.exit.synopsis=Method exit
property.debug-category.syntax.enumeration.value.message.synopsis=Arbitrary debug message
property.debug-category.syntax.enumeration.value.protocol.synopsis=Protocol element dump
property.debug-category.syntax.enumeration.value.thrown.synopsis=Exception throw from method
property.debug-level.synopsis=Specifies the lowest severity level of debug messages to log.
property.debug-level.syntax.enumeration.value.all.synopsis=Messages with any severity level are logged.
property.debug-level.syntax.enumeration.value.disabled.synopsis=No messages are logged.
property.debug-level.syntax.enumeration.value.error.synopsis=Messages with severity level of ERROR or higher are logged.
property.debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher are logged.
property.debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher are logged.
property.debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher are logged.
property.debug-scope.synopsis=Specifies the fully-qualified OpenDS Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp).
property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDS Java package, class, or method name.
property.include-throwable-cause.synopsis=Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages.
property.omit-method-entry-arguments.synopsis=Specifies the property to indicate whether to include method arguments in debug messages.
property.omit-method-return-value.synopsis=Specifies the property to indicate whether to include the return value in debug messages.
property.throwable-stack-frames.synopsis=Specifies the property to indicate the number of stack frames to include in the stack trace for method entry and exception thrown messages.