Class ConfigClientLogger


  • public class ConfigClientLogger
    extends java.lang.Object
    All the logs generated from config client will have a fixed componentName, which is ConfigClient. The componentName helps in production to filter out logs from a particular component and this case, it helps to filter out logs generated from config client.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JLoggerFactory asJava()  
      static csw.logging.api.scaladsl.Logger getLogger()  
      static csw.logging.api.scaladsl.Logger getLogger​(akka.actor.ActorContext ctx)  
      static <T> csw.logging.api.scaladsl.Logger getLogger​(akka.actor.typed.scaladsl.ActorContext<T> ctx)  
      • Methods inherited from class java.lang.Object

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

      • ConfigClientLogger

        public ConfigClientLogger()
    • Method Detail

      • getLogger

        public static <T> csw.logging.api.scaladsl.Logger getLogger​(akka.actor.typed.scaladsl.ActorContext<T> ctx)
      • getLogger

        public static csw.logging.api.scaladsl.Logger getLogger​(akka.actor.ActorContext ctx)
      • getLogger

        public static csw.logging.api.scaladsl.Logger getLogger()