Class PekkoLoggerFactory

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

    public final class PekkoLoggerFactory
    extends java.lang.Object
    implements com.typesafe.sslconfig.util.LoggerFactory
    Deprecated.
    ssl-config support will be removed in Pekko 2.0.0. Use Tcp and TLS with SSLEngine parameters instead. Since 1.2.1.
    Internal Usage only. Will be removed in Pekko 2.0.0.
    • Method Summary

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

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

      • PekkoLoggerFactory

        public PekkoLoggerFactory​(ActorSystem system)
        Deprecated.
    • Method Detail

      • apply

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

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