Class FileAppender$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FileAppender$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileAppender$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FileAppender apply​(akka.actor.typed.ActorSystem<?> system, play.api.libs.json.JsObject stdHeaders)
      Constructor for a file appender.
      java.time.ZonedDateTime decideTimestampForFile​(java.time.ZonedDateTime logDateTime)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final FileAppender$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FileAppender$

        public FileAppender$()
    • Method Detail

      • apply

        public FileAppender apply​(akka.actor.typed.ActorSystem<?> system,
                                  play.api.libs.json.JsObject stdHeaders)
        Constructor for a file appender.

        Specified by:
        apply in interface LogAppenderBuilder
        Parameters:
        system - typed Actor System.
        stdHeaders - the headers that are fixes for this service.
        Returns:
        (undocumented)
      • decideTimestampForFile

        public java.time.ZonedDateTime decideTimestampForFile​(java.time.ZonedDateTime logDateTime)