Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 3a2ef98

Browse files
committed
Fix javadoc issue
1 parent 578e36e commit 3a2ef98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/uk/bot_by/aws_lambda/slf4j/LambdaLoggerFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
* <strong>LOG_SHOW_NAME</strong>, <strong>LOG_SHOW_SHORT_NAME</strong>,
7474
* <strong>LOG_SHOW_THREAD_ID</strong>, <strong>LOG_SHOW_THREAD_NAME</strong>.
7575
*
76-
* <h4>Fine-grained configuration with markers</h4>
76+
* <strong>Fine-grained configuration with markers</strong>
7777
* <p>
7878
* The AWS Lambda Logger supports markers since <em>v2.0.0</em>.
7979
* The log level (default or detail) can have some log level and each level can have some markers.
8080
* <p>
8181
* Example:
8282
* <pre><code class="language-properties">
8383
* log.org.test.Class=warn,info@iAmMarker,trace@important:notify-admin
84-
* </pre>
84+
* </code></pre>
8585
* The logger for {@code org.test.Class} has the common <em>warn</em> log level.
8686
* Also, it has additional levels <em>info</em> with the marker <em>iAmMarker</em>
8787
* and <em>trace</em> with markers <em>important</em> and <em>notify-admin</em>.

0 commit comments

Comments
 (0)