We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PatternLayout.Builder#withHeader()
1 parent ff57072 commit 37bf9f6Copy full SHA for 37bf9f6
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
@@ -744,7 +744,7 @@ public Builder withNoConsoleNoAnsi(final boolean noConsoleNoAnsi) {
744
745
/**
746
* @param header
747
- * The footer to place at the top of the document, once.
+ * The header to place at the top of the document, once.
748
*/
749
public Builder withHeader(final String header) {
750
this.header = header;
0 commit comments