| | |
| | | property.auto-flush.synopsis=Specifies whether to flush the writer after every log record. |
| | | property.auto-flush.description=If the asynchronous writes option is used, the writer is flushed after all the log records in the queue are written. |
| | | property.buffer-size.synopsis=Specifies the log file buffer size. |
| | | property.default-debug-category.synopsis=The debug message categories to be logged when none of the defined targets match the message. |
| | | property.default-debug-category.default-behavior.alias.synopsis=Messages with any category will be logged if they have a sufficient debug level. |
| | | property.default-debug-category.syntax.enumeration.value.caught.synopsis=Exception caught. |
| | | property.default-debug-category.syntax.enumeration.value.constructor.synopsis=Constructor entry. |
| | | property.default-debug-category.syntax.enumeration.value.data.synopsis=Raw data dump. |
| | | property.default-debug-category.syntax.enumeration.value.database-access.synopsis=Access to a backend database. |
| | | property.default-debug-category.syntax.enumeration.value.enter.synopsis=Method entry. |
| | | property.default-debug-category.syntax.enumeration.value.exit.synopsis=Method exit. |
| | | property.default-debug-category.syntax.enumeration.value.message.synopsis=Arbitrary debug message. |
| | | property.default-debug-category.syntax.enumeration.value.protocol.synopsis=Protocol element dump. |
| | | property.default-debug-category.syntax.enumeration.value.thrown.synopsis=Exception throw from method. |
| | | property.default-debug-level.synopsis=The lowest severity level of debug messages to log when none of the defined targets match the message. |
| | | property.default-debug-level.syntax.enumeration.value.all.synopsis=Messages with any severity level will be logged. |
| | | property.default-debug-level.syntax.enumeration.value.disabled.synopsis=No messages will be logged. |
| | | property.default-debug-level.syntax.enumeration.value.error.synopsis=Messages with severity level of ERROR or higher will be logged. |
| | | property.default-debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher will be logged. |
| | | property.default-debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher will be logged. |
| | | property.default-debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher will be logged. |
| | | property.default-debug-exceptions-only.synopsis=Indicates whether only logs with exception should be logged. |
| | | property.default-include-throwable-cause.synopsis=Indicates whether to include the cause of exceptions in exception thrown and caught messages logged by default. |
| | | property.default-omit-method-entry-arguments.synopsis=Indicates whether to include method arguments in debug messages logged by default. |
| | | property.default-omit-method-return-value.synopsis=Indicates whether to include the return value in debug messages logged by default. |