mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
23.07.2011 e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4
opends/src/admin/messages/DebugTargetCfgDefn.properties
@@ -20,8 +20,8 @@
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.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).
property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDJ 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.