Class StdOutAppender$

    • Field Summary

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

      Constructors 
      Constructor Description
      StdOutAppender$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StdOutAppender apply​(akka.actor.typed.ActorSystem<?> system, play.api.libs.json.JsObject stdHeaders)
      A constructor for the StdOutAppender class
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • StdOutAppender$

        public StdOutAppender$()
    • Method Detail

      • apply

        public StdOutAppender apply​(akka.actor.typed.ActorSystem<?> system,
                                    play.api.libs.json.JsObject stdHeaders)
        A constructor for the StdOutAppender class

        Specified by:
        apply in interface LogAppenderBuilder
        Parameters:
        system - typed Actor System
        stdHeaders - the headers that are fixes for this service
        Returns:
        the stdout appender