DebugLogPublisherCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederuser-friendly-name=Debug Log Publisher
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maederuser-friendly-plural-name=Debug Log Publishers
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maedersynopsis=Debug Log Publishers are responsible for distributing debug log messages from the debug logger to a destination.
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maederdescription=Debug log messages provide information that can be used for debugging or troubleshooting problems in the server, or for providing more detailed information about the processing that the server performs.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.synopsis=The debug message categories to be logged when none of the defined targets match the message.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.default-behavior.alias.synopsis=Messages with any category will be logged if they have a sufficient debug level.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.caught.synopsis=Exception caught.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.constructor.synopsis=Constructor entry.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.data.synopsis=Raw data dump.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.database-access.synopsis=Access to a backend database.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.enter.synopsis=Method entry.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.exit.synopsis=Method exit.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.message.synopsis=Arbitrary debug message.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederproperty.default-debug-category.syntax.enumeration.value.protocol.synopsis=Protocol element dump.
b9625461755578f3eed04676d42a63fd2caebd0cChristian Maederproperty.default-debug-category.syntax.enumeration.value.thrown.synopsis=Exception throw from method.
b9625461755578f3eed04676d42a63fd2caebd0cChristian Maederproperty.default-debug-level.synopsis=The lowest severity level of debug messages to log when none of the defined targets match the message.
e085c93a81592a93e14cce79aab7f7d30ebeab95Klaus Luettichproperty.default-debug-level.syntax.enumeration.value.all.synopsis=Messages with any severity level will be logged.
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maederproperty.default-debug-level.syntax.enumeration.value.disabled.synopsis=No messages will be logged.
760ae19a92dde8249679a674f93f58d26a7c5f6bChristian Maederproperty.default-debug-level.syntax.enumeration.value.error.synopsis=Messages with severity level of ERROR or higher will be logged.
760ae19a92dde8249679a674f93f58d26a7c5f6bChristian Maederproperty.default-debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher will be logged.
88c800932dd7053322501ea2039d9f234be6866cKlaus Luettichproperty.default-debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher will be logged.
8410667510a76409aca9bb24ff0eda0420088274Christian Maederproperty.default-debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher will be logged.
8410667510a76409aca9bb24ff0eda0420088274Christian Maederproperty.default-include-throwable-cause.synopsis=Indicates whether to include the cause of exceptions in exception thrown and caught messages logged by default.
8410667510a76409aca9bb24ff0eda0420088274Christian Maederproperty.default-omit-method-entry-arguments.synopsis=Indicates whether to include method arguments in debug messages logged by default.
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettichproperty.default-omit-method-return-value.synopsis=Indicates whether to include the return value in debug messages logged by default.
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettichproperty.default-throwable-stack-frames.synopsis=Indicates the number of stack frames to include in the stack trace for method entry and exception thrown messages.
fdb2d618144159395f7bf8ce3327b3c112a17dd3Till Mossakowskiproperty.enabled.synopsis=Indicates whether the Debug Log Publisher is enabled for use.
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettichproperty.java-class.synopsis=The fully-qualified name of the Java class that provides the Debug Log Publisher implementation.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederrelation.debug-target.user-friendly-name=Debug Target
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maederrelation.debug-target.user-friendly-plural-name=Debug Targets
d67a33b40578beef2e255a274f89bb9c34aaf056Christian Maederrelation.debug-target.synopsis=Debug Targets define the types of messages logged by the debug logPublisher.
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maederrelation.debug-target.description=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.
e593b89bfd4952698dc37feced21cefe869d87a2Christian Maeder