DebugTargetCfgDefn_ko.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncuser-friendly-name=Debug Target
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncuser-friendly-plural-name=Debug Targets
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsyncsynopsis=Debug Targets define the types of messages logged by the debug logPublisher.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncdescription=Debug targets allow for fine-grain control of which messages are logged based on the package, class, or method that generated the message. Each debug target configuration entry resides below the entry with RDN of "cn=Debug Target" immediately below the parent ds-cfg-debug-log-publisher entry.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.synopsis=Specifies the debug message categories to be logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.default-behavior.alias.synopsis=Messages with any category are logged if they have a sufficient debug level.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.syntax.enumeration.value.caught.synopsis=Exception caught
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsyncproperty.debug-category.syntax.enumeration.value.constructor.synopsis=Constructor entry
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsyncproperty.debug-category.syntax.enumeration.value.data.synopsis=Raw data dump
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsyncproperty.debug-category.syntax.enumeration.value.database-access.synopsis=Access to a backend database.
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsyncproperty.debug-category.syntax.enumeration.value.enter.synopsis=Method entry
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.syntax.enumeration.value.exit.synopsis=Method exit
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.syntax.enumeration.value.message.synopsis=Arbitrary debug message
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.syntax.enumeration.value.protocol.synopsis=Protocol element dump
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-category.syntax.enumeration.value.thrown.synopsis=Exception throw from method
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.synopsis=Specifies the lowest severity level of debug messages to log.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.syntax.enumeration.value.all.synopsis=Messages with any severity level are logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.syntax.enumeration.value.disabled.synopsis=No messages are logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.syntax.enumeration.value.error.synopsis=Messages with severity level of ERROR or higher are logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher are logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher are logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher are logged.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-scope.synopsis=Specifies the fully-qualified OpenDJ 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).
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDJ Java package, class, or method name.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.include-throwable-cause.synopsis=Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.omit-method-entry-arguments.synopsis=Specifies the property to indicate whether to include method arguments in debug messages.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.omit-method-return-value.synopsis=Specifies the property to indicate whether to include the return value in debug messages.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsyncproperty.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.