You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2019/06/13 20:49:34 UTC

[GitHub] [logging-log4j2] jvz commented on a change in pull request #275: Log4 j2 2621

jvz commented on a change in pull request #275: Log4 j2 2621
URL: https://github.com/apache/logging-log4j2/pull/275#discussion_r293570398
 
 

 ##########
 File path: log4j-core/src/main/java/org/apache/logging/log4j/core/selector/ContextSelector.java
 ##########
 @@ -26,6 +27,36 @@
  */
 public interface ContextSelector {
 
+    long DEFAULT_STOP_TIMEOUT = 50;
 
 Review comment:
   You can use `java.time.Duration` at this point.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services