Skip to content

Commit

Permalink
Fixed javadocs
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed May 11, 2024
1 parent 86c9abc commit fc05fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ public boolean isTracingEnabled() {
* GJULE will detect the caller class and method from stacktrace,
* which is quite expensive operation affecting logging throughput.
* <p>
* If it is set to null, GJULE will not perform such detection.
* If it is set to false, GJULE will not perform such detection.
* <p>
* If the property is not set, GJULE makes the decision based on known handlers
* (<code>*.printSource</code> value) - if any handler requires this feature, it is enabled.
* It is disabled otherwise or you can forcibly enable it by setting the value to true or false.
* If the property is not set, GJULE makes the decision based on the(<code>*.printSource</code>
* property of known handlers) - if any handler requires this feature, the feature is enabled.
* It is disabled otherwise.
*
* @return true if handlers can use source class and method in formatters.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ public class GlassFishLoggingConstants {
* If this key is set to true, GJULE will detect the caller class and method from stacktrace,
* which is quite expensive operation affecting logging throughput.
* <p>
* If it is set to null, GJULE will not perform such detection.
* If it is set to false, GJULE will not perform such detection.
* <p>
* If the property is not set, GJULE makes the decision based on known handlers
* (<code>*.printSource</code> value) - if any handler requires this feature, it is enabled.
* It is disabled otherwise or you can forcibly enable it by setting the value to true or false.
* If the property is not set, GJULE makes the decision based on the (<code>*.printSource</code>
* property of known handlers) - if any handler requires this feature, the feature is enabled.
* It is disabled otherwise.
*/
public static final String KEY_CLASS_AND_METHOD_DETECTION_ENABLED = "org.glassfish.main.jul.classAndMethodDetection.enabled";
/**
Expand Down

0 comments on commit fc05fac

Please sign in to comment.