Skip to content

Commit 48c61af

Browse files
committed
Make documentation for LogMessages clearer
1 parent 4c64bcd commit 48c61af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pdftest/src/main/java/com/itextpdf/test/annotations/LogMessages.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,14 @@ This file is part of the iText (R) project.
6262
LogMessage[] messages();
6363

6464
/**
65-
* Whether or not the {@link LogListener} algorithm should be ignored. If
65+
* Defines whether the {@link LogListener} algorithm should be ignored. If
6666
* ignored, no checks will be done on the log messages for this test.
67+
*
68+
* Note that even if you set this parameter to {@code true}, you still have to specify
69+
* all potential log messages in {@link LogMessage} annotations for now, otherwise
70+
* {@link LogListener} will report issues.
6771
*
68-
* Defaults to false.
72+
* Defaults to {@code false}.
6973
*
7074
* @return whether to ignore the {@link LogListener} algorithm
7175
*/

0 commit comments

Comments
 (0)