Class JGenericLoggerFactory


  • public class JGenericLoggerFactory
    extends java.lang.Object
    When using the JGenericLoggerFactory, log statements will not have @componentName tag
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ILogger getLogger​(akka.actor.ActorContext ctx, java.lang.Class<?> klass)  
      static <T> ILogger getLogger​(akka.actor.typed.javadsl.ActorContext<T> ctx, java.lang.Class<?> klass)  
      static ILogger getLogger​(java.lang.Class<?> klass)  
      • Methods inherited from class java.lang.Object

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

      • JGenericLoggerFactory

        public JGenericLoggerFactory()
    • Method Detail

      • getLogger

        public static <T> ILogger getLogger​(akka.actor.typed.javadsl.ActorContext<T> ctx,
                                            java.lang.Class<?> klass)
      • getLogger

        public static ILogger getLogger​(akka.actor.ActorContext ctx,
                                        java.lang.Class<?> klass)
      • getLogger

        public static ILogger getLogger​(java.lang.Class<?> klass)