diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
commit | bbe629bc4a5e8c76a0b31686eedc88add5d71360 (patch) | |
tree | c03cca36ccdd16f37e23ff66c191381a41b5ed8a /docs/pdguide/trace.adoc | |
parent | d6056515f8078572dd35cd091fb31ba48e9d8b53 (diff) | |
download | aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.tar.gz aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.zip |
Always use ":leveloffset: +1" with ":doctype: book"
Headlines per ADOC file should start at level 1, not 2. Adjusting the
level offset for books helps to avoid warnings when including book
chapters, but still allows to also use the chapters as stand-alone
documents.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/pdguide/trace.adoc')
-rw-r--r-- | docs/pdguide/trace.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pdguide/trace.adoc b/docs/pdguide/trace.adoc index a752e0262..d9c9de1d9 100644 --- a/docs/pdguide/trace.adoc +++ b/docs/pdguide/trace.adoc @@ -1,8 +1,8 @@ [[trace]] -== Tracing += Tracing [[trace-introduction]] -=== Introduction +== Introduction The AspectJ developers have instrumented the compiler/weaver with many "trace" messages for their own debugging use. These remain in the @@ -22,7 +22,7 @@ produce a trace of the compiler when the problem occurs instead. This can then be attached to the bug report. [[trace-configuration]] -==== Configuring Tracing +=== Configuring Tracing When available (Java 5 or later) AspectJ will use the http://java.sun.com/j2se/1.5.0/docs/guide/logging/index.html[java.util.logging] @@ -72,7 +72,7 @@ Default: `false`. |=== [[trace-examples]] -==== Examples +=== Examples Using `-Dorg.aspectj.tracing.factory=default` to force AspectJ to use its internal infrastructure, `-Dorg.aspectj.tracing.enabled=true` to |