vy commented on code in PR #1419:
URL: https://github.com/apache/logging-log4j2/pull/1419#discussion_r1283038984
##########
log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FixedDateFormat.java:
##########
@@ -503,6 +510,15 @@ public String getFormat() {
return fixedFormat.getPattern();
}
+ /**
+ * Returns the length of the resulting formatted date and time strings.
+ *
+ * @return the length of the resulting formatted date and time strings
Review Comment:
I will appreciate that. Maybe also a note on _"if you want to determine the
max. length, you better multiply this number by 2"_.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]