Class AkkaLoggerFactory

  • All Implemented Interfaces:
    com.typesafe.sslconfig.util.LoggerFactory

    public final class AkkaLoggerFactory
    extends java.lang.Object
    implements com.typesafe.sslconfig.util.LoggerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.typesafe.sslconfig.util.NoDepsLogger apply​(java.lang.Class<?> clazz)  
      com.typesafe.sslconfig.util.NoDepsLogger apply​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • AkkaLoggerFactory

        public AkkaLoggerFactory​(ActorSystem system)
    • Method Detail

      • apply

        public com.typesafe.sslconfig.util.NoDepsLogger apply​(java.lang.Class<?> clazz)
        Specified by:
        apply in interface com.typesafe.sslconfig.util.LoggerFactory
      • apply

        public com.typesafe.sslconfig.util.NoDepsLogger apply​(java.lang.String name)
        Specified by:
        apply in interface com.typesafe.sslconfig.util.LoggerFactory