We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PatternLayout.Builder#withHeader()
1 parent 563ef53 commit afca580Copy full SHA for afca580
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
@@ -659,7 +659,7 @@ public Builder setNoConsoleNoAnsi(final boolean noConsoleNoAnsi) {
659
660
/**
661
* @param header
662
- * The footer to place at the top of the document, once.
+ * The header to place at the top of the document, once.
663
*/
664
public Builder setHeader(final String header) {
665
this.header = header;
0 commit comments