Class DatabaseLogger


  • public class DatabaseLogger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseLogger()  
    • 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

      • DatabaseLogger

        public DatabaseLogger()
    • 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()